CogJobManager FailureQueueFlush Method Cognex VisionPro 9.10
Flush/clear the failure queue of all packets. This method cannot be called while the CogJobManager or any contained CogJobs are running.

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 void FailureQueueFlush()
Events

Event TypeReason
CogJobManagerFailureQueueFlushFires when the queue is flushed.
Exceptions

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

Examples

See Also