CogRunStatus TotalTime Property Cognex VisionPro 9.24
Gets the time taken to execute the entire Run function.

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

public double TotalTime { get; }

Property Value

Type: Double
Returns the total time in milliseconds taken by the tool's Run function. This includes the time taken by event handlers connected to the tool.

Implements

ICogRunStatus TotalTime
See Also