CogImageQueueOverflowActionConstants EnumerationCognex VisionPro 9.20
The CogImageQueueOverflowActionConstants enumerated type is used to control the running state of the job or CogJobManager.

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

public enum CogImageQueueOverflowActionConstants
Members

  Member nameValueDescription
None0 Do nothing.
StopJob1 Stops the job that fired the image queue overflowed event
StopJobManager2 Stops CogJobManager when a job fires the image queue overflowed event.
See Also