CogJob RunCountEnable Property Cognex VisionPro 9.22
Enable or disable RunCount

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

public bool RunCountEnable { get; set; }

Property Value

Type: Boolean
If true and the job is in continuous mode then the job will stop after it ran as many time as defined by RunCount.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
See Also