CogRunStatus Constructor (ICogRunStatus)Cognex VisionPro 9.7
Creates a new instance of the CogRunStatus class.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public CogRunStatus(
	ICogRunStatus other
)
Remarks

Note that Exception is shallow copied. Both the original RunStatus, and the copy share the same reference to the original Exception.
See Also