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

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 85.1.0.0 (85.1.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