CogJobManager FailureQueueCapacity Property Cognex VisionPro 9.23
Get or set the failure queue capacity.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public int FailureQueueCapacity { get; set; }

Property Value

Type: Int32
The capacity of the failure queue is the number of failure packets which can be queued up when the job is running.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager or any contained CogJobs are not stopped
Remarks

Examples

See Also