CogJob Manager Property Cognex VisionPro
Get or set the CogJob's CogJobManager. Internal use only.

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 CogJobManager Manager { get; set; }

Property Value

Type: CogJobManager
Get or set the CogJobManager associated with this job. The job must be stopped before the manager can be set.
Exceptions

ExceptionCondition
CogJobNoManagerExceptionThrown if the CogJob has no CogJobManager.
CogNotStoppedExceptionThrown if the CogJob is not stopped and this property is being set.
See Also