RunStatus ProcessingTime Property Cognex VisionPro 9.10

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.

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

public double ProcessingTime { get; }

Property Value

Type: Double

Implements

IRunStatus ProcessingTime
See Also