CogJob RunStatus Property Cognex VisionPro 9.10
Gets the last RunStatus of the job.

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

public ICogRunStatus RunStatus { get; }

Property Value

Type: ICogRunStatus
The run status of the job.
Remarks

The run status of a job is the combination of AcquisitionRunStatus (if the job uses acquisition) and VisionToolRunStatus (if the job does image processing).

Examples

See Also