The CogActionConstants enumerated type is used by all custom EventArg objects to indicate what caused the event.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| JobAdded | 0 | A job has been added to a JobManager | |
| JobRemoved | 1 | A job has been removed from a JobManager | |
| RunningSingle | 2 | A job has started running once | |
| RunningContinuous | 3 | A job has started running continuously | |
| RanSingle | 4 | A job has ran in single mode | |
| RanContinuous | 5 | A job has ran in continuous mode | |
| StoppedSingle | 6 | A job has stopped after being run in single mode | |
| StoppedContinuous | 7 | A job has stopped after being run in continuous mode | |
| Abort | 8 | A job has aborted | |
| Reset | 9 | A job has reset | |
| ImageQueueFlushed | 10 | The Job's image queue has been flushed | |
| ImageAvailable | 11 | An Image is available in the image queue | |
| ImageQueueOverflowed | 12 | The Job's image queue has overflowed | |
| ImageRemoved | 13 | An image has been removed from the image queue | |
| RealTimeQueueFlushed | 14 | The Job's real-time queue has been flushed | |
| RealTimeResultAvailable | 15 | A result is available in the real-time queue | |
| RealTimeQueueOverflowed | 16 | The Job's real-time queue has overflowed | |
| RealTimeResultRemoved | 17 | An realt-time result has been removed from the real-time queue | |
| UserQueueFlushed | 18 | The user queue has been flushed | |
| UserResultAvailable | 19 | An Result available in the user queue | |
| UserQueueOverflowed | 20 | The user queue has overflowed | |
| UserResultRemoved | 21 | A result has been removed from the user queue | |
| FailureQueueFlushed | 22 | The failure queue has been flushed | |
| FailureItemAvailable | 23 | An item available in the failure queue | |
| FailureQueueOverflowed | 24 | The failure queue has overflowed | |
| FailureItemRemoved | 25 | An item has been removed from the failure queue | |
| GarbageCollectionRequested | 26 | Garbage collection has been requested |
Remarks
Examples
See Also