Constructs a new instance of the RunStatus class.
Namespace: Cognex.Vision.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
public RunStatus(
ToolResultConstants result,
string message,
double processingTime,
double totalTime
)
public RunStatus(
ToolResultConstants result,
string message,
double processingTime,
double totalTime
)
Public Sub New (
result As ToolResultConstants,
message As String,
processingTime As Double,
totalTime As Double
)
Public Sub New (
result As ToolResultConstants,
message As String,
processingTime As Double,
totalTime As Double
)
public:
RunStatus(
ToolResultConstants result,
String^ message,
double processingTime,
double totalTime
)
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.