CogJob ImageQueueFlush Method Cognex VisionPro 9.24
Flush/clear the image queue of all images. This method cannot be called while the CogJob is running.

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

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
Remarks

Examples

See Also