CogJobManager UserQueueFlush Method Cognex VisionPro 9.22 SR1
Flush/clear the user 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: 87.1.0.0 (87.1.0.0)
Syntax

public void UserQueueFlush()
Events

Exceptions

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

Examples

See Also