CogJob TotalJobThroughput Property Cognex VisionPro 9.24
Get or set the CogJob throughput at a particular instant.

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

public double TotalJobThroughput { get; set; }

Property Value

Type: Double
This throughput statistics is the number of jobs completed over the total time the job has been running. The unit for this statistic is jobs per scond. This statistics is only updated when running in continuous mode. Resetting this statistic is only possible by using RestartThroughputCalculation().
Events

Remarks

Examples

See Also