CogJobManagerStateConstants EnumerationCognex VisionPro 9.21
The CogJobManagerStateConstants enumerated type is used to indicate the state of a CogJobManager in dependent mode.

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

public enum CogJobManagerStateConstants
Members

  Member nameValueDescription
Stopped0 The manager and all dependent jobs have stopped
RunningSingle1 The manager is running in dependent mode just once. All jobs will also run at the appropriate time.
RunningContinuous2 The manager is running in dependent mode continuously. All jobs will also run at the appropriate time.
Remarks

Examples

See Also