CogJobManager ImageQueueOverflowAction Property Cognex VisionPro 9.10
Get or set the running state of the CogJob or CogJobManager when the image queue overflowed event is fired by a job.

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

public CogImageQueueOverflowActionConstants ImageQueueOverflowAction { get; set; }

Property Value

Type: CogImageQueueOverflowActionConstants
One of the CogImageQueueOverflowActionConstants enum value.
Events

Event TypeReason
ICogChangedEvent ChangedFires when the ImageQueueOverflowAction changes.
Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager is not stopped
Remarks

Examples

See Also