CogJob TotalJobIterations Property Cognex VisionPro 9.7
Get or set the total number of job iterations.

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

public long TotalJobIterations { get; set; }

Property Value

Type: Int64
Every time a job completes a complete iteration, this statistic is incremented by one. Generally, the only reason to write to this statistic is to reset it to zero.
Events

Remarks

Examples

See Also