CogJobManagerIndependent ProcessingModel Property Cognex VisionPro
Get or set the ProcessingModel 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 CogProcessingModelConstants ProcessingModel { get; set; }

Property Value

Type: CogProcessingModelConstants
If the ProcessingModel is set to balanced (default) then all CogJobs associated with the CogJobManager will be given an equal chance of running. If the ProcessingModel is set to Shared, then all the CogJobs will run at the same time, all competing for CPU time.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager or any contained CogJobs are not stopped.
See Also