The CogJobManagerStateConstants enumerated type is used to indicate the state of a CogJobManager in dependent mode.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Stopped | 0 | The manager and all dependent jobs have stopped | |
| RunningSingle | 1 | The manager is running in dependent mode just once. All jobs will also run at the appropriate time. | |
| RunningContinuous | 2 | The manager is running in dependent mode continuously. All jobs will also run at the appropriate time. |
Remarks
Examples
See Also