The CogJobsRunningStateConstants enumerated type is used to indicate the state all CogJobs associated with a CogJobManager.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | There are no running jobs associated with this manager. | |
| SomeIndependentJobs | 1 | At least one job is running in independent mode. | |
| AllIndependentJobs | 2 | All jobs are running in independent mode. | |
| SomeDependentJobs | 3 | At least one job is running in dependent mode. | |
| AllDependentJobs | 4 | All jobs are running in dependent mode. |
Remarks
Examples
See Also