Get or set the failure queue capacity.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax
Property Value
Type: Int32The capacity of the failure queue is the number of failure packets which can be queued up when the job is running.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the FailureQueueCapacity changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager or any contained CogJobs are not stopped |
Remarks
Examples
See Also