RunStatus Constructor (ToolResultConstants, String, Double, Double)Cognex VisionPro 9.20

Constructs a new instance of the RunStatus class.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public RunStatus(
	ToolResultConstants result,
	string message,
	double processingTime,
	double totalTime
)

Parameters

result
Type: Cognex.Vision ToolResultConstants
Run status tool result.
message
Type: System String
Message describing or explaining run status.
processingTime
Type: System Double
Time to execute Vision tools. Excludes time used by clients to process Changed events.
totalTime
Type: System Double
Time to execute Vision tools and execute Changed events. This time includes such overhead as updating tool edit controls.
See Also