RunStatus TotalTime Property Cognex VisionPro 9.24

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.

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

public double TotalTime { get; }

Property Value

Type: Double

Implements

IRunStatus TotalTime
See Also