CogJobsRunningStateConstants EnumerationCognex VisionPro 9.8 SR1
The CogJobsRunningStateConstants enumerated type is used to indicate the state all CogJobs associated with a CogJobManager.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public enum CogJobsRunningStateConstants
Members

  Member nameValueDescription
None0 There are no running jobs associated with this manager.
SomeIndependentJobs1 At least one job is running in independent mode.
AllIndependentJobs2 All jobs are running in independent mode.
SomeDependentJobs3 At least one job is running in dependent mode.
AllDependentJobs4 All jobs are running in dependent mode.
Remarks

Examples

See Also