Get or set the discrete queue capacity.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Property Value
Type: Int32The capacity of the discrete queue is the number of discrete queue items which can be queued up when the job is processing discrete output results.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the IOQueueCapacity changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager is not stopped |
Remarks
Examples
See Also