The CogJobRunModeConstants enumerated type is used to set the RunMode of the CogJob.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| AcquisitionAndImageProcessing | 0 | The job runs both the acquisition and image processing tasks. | |
| AcquisitionOnly | 1 | The job runs only the acquisition task. | |
| ImageProcessingOnly | 2 | The job runs only the image processing task. |
Remarks
Examples
See Also