Get or set the ProcessingModel of the CogJobManager.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
Property Value
Type: CogProcessingModelConstantsIf 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fired when ProcessingModel changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager or any contained CogJobs are not stopped. |
Remarks
Examples
See Also