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

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 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