CogJob State Property Cognex VisionPro 9.8
Gets the running state of the CogJob.

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

public CogJobStateConstants State { get; }

Property Value

Type: CogJobStateConstants
The state of the job.
Remarks

This property gives you the state of the job at a particular instant and may change at any time.

Examples

See Also