CogJob RunMode Property Cognex VisionPro 9.20
Get or set the CogJob's RunMode.

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

public CogJobRunModeConstants RunMode { get; set; }

Property Value

Type: CogJobRunModeConstants
The RunMode determines which parts (acquisition and/or image processing) of the CogJob are run.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
Remarks

Examples

See Also