CogJob TotalVisionToolAccepts Property Cognex VisionPro
Get or set the total number of vision tool runs that had an accept result.

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

public long TotalVisionToolAccepts { get; set; }

Property Value

Type: Int64
Every time a vision tool completes with an accept result, this statistic is incremented by one. Generally, the only reason to write to this statistic is to reset it to zero.
Events

See Also