CogRunStatus ProcessingTime Property Cognex VisionPro 9.22 SR1
Gets the time taken to perform the tool processing portion of the Run function.

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

public double ProcessingTime { get; }

Property Value

Type: Double
Returns the time in milliseconds taken to perform the tool's processing when its Run function was called. This excludes the time taken by event handlers connected to the tool.

Implements

ICogRunStatus ProcessingTime
See Also