The CogImageQueueOverflowActionConstants enumerated type is used to control the running state of the job or CogJobManager.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do nothing. | |
| StopJob | 1 | Stops the job that fired the image queue overflowed event | |
| StopJobManager | 2 | Stops CogJobManager when a job fires the image queue overflowed event. |
See Also