CogJobManager OperatingMode Property Cognex VisionPro 9.20
Get or set the operating mode of the CogJobManager.

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

public CogOperatingModeConstants OperatingMode { get; set; }

Property Value

Type: CogOperatingModeConstants
The operating mode of the CogJobManager is either Independent or Dependent. When the CogJobManager is operating in either mode, then all contained jobs are also operating in the same mode. Depending on the mode, you may not be able to access certain properties and methods. Currently only Independent mode is supported.
Remarks

Examples

See Also