CogOperatingModeConstants EnumerationCognex VisionPro 9.22
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: 87.0.0.0 (87.0.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.
Remarks

Examples

See Also