CogOperatingModeConstants EnumerationCognex VisionPro
The CogOperatingModeConstants enumerated type is used set the operating mode of the CogJobManager.

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

public enum CogOperatingModeConstants
Members

  Member nameValueDescription
Independent0 Results from jobs are completely independent
Dependent1 Results from jobs are dependent on other jobs. Currently not supported.
See Also