CogActionConstants EnumerationCognex VisionPro
The CogActionConstants enumerated type is used by all custom EventArg objects to indicate what caused the event.

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

public enum CogActionConstants
Members

  Member nameValueDescription
JobAdded0 A job has been added to a JobManager
JobRemoved1 A job has been removed from a JobManager
RunningSingle2 A job has started running once
RunningContinuous3 A job has started running continuously
RanSingle4 A job has ran in single mode
RanContinuous5 A job has ran in continuous mode
StoppedSingle6 A job has stopped after being run in single mode
StoppedContinuous7 A job has stopped after being run in continuous mode
Abort8 A job has aborted
Reset9 A job has reset
ImageQueueFlushed10 The Job's image queue has been flushed
ImageAvailable11 An Image is available in the image queue
ImageQueueOverflowed12 The Job's image queue has overflowed
ImageRemoved13 An image has been removed from the image queue
RealTimeQueueFlushed14 The Job's real-time queue has been flushed
RealTimeResultAvailable15 A result is available in the real-time queue
RealTimeQueueOverflowed16 The Job's real-time queue has overflowed
RealTimeResultRemoved17 An realt-time result has been removed from the real-time queue
UserQueueFlushed18 The user queue has been flushed
UserResultAvailable19 An Result available in the user queue
UserQueueOverflowed20 The user queue has overflowed
UserResultRemoved21 A result has been removed from the user queue
FailureQueueFlushed22 The failure queue has been flushed
FailureItemAvailable23 An item available in the failure queue
FailureQueueOverflowed24 The failure queue has overflowed
FailureItemRemoved25 An item has been removed from the failure queue
GarbageCollectionRequested26 Garbage collection has been requested
See Also