Indicates the state of a CogJob.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| RunningSingle | 0 | The CogJob is currently running only once. | |
| RunningContinuous | 1 | The CogJob is currently running in a loop. | |
| Stopped | 2 | The CogJob is currently stopped. |
Remarks
Examples
See Also