CogRunStatus Constructor (CogToolResultConstants, String, Double, Double, Exception)Cognex VisionPro 9.21 SR1
Creates a new instance of the CogRunStatus class.

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

public CogRunStatus(
	CogToolResultConstants result,
	string message,
	double processingTime,
	double totalTime,
	Exception exception
)

Parameters

result
Type: Cognex.VisionPro CogToolResultConstants
Run status tool result.
message
Type: System String
Message describing or explaining run status.
processingTime
Type: System Double
Time to execute VisionPro tools. Excludes time used by clients to process Changed events.
totalTime
Type: System Double
Time to execute VisionPro tools and execute Changed events. This time includes such overhead as updating tool edit controls.
exception
Type: System Exception
Exception, if any, thrown while running tool.
See Also