CogJobRunModeConstants EnumerationCognex VisionPro 9.21 SR1
The CogJobRunModeConstants enumerated type is used to set the RunMode of the CogJob.

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 enum CogJobRunModeConstants
Members

  Member nameValueDescription
AcquisitionAndImageProcessing0 The job runs both the acquisition and image processing tasks.
AcquisitionOnly1 The job runs only the acquisition task.
ImageProcessingOnly2 The job runs only the image processing task.
Remarks

Examples

See Also