The CogIOErrorActionConstants enumerated type is used to control the running state of the job or CogJobManager.
Discrete and TCP/IP error actions can be OR'ed together.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Obsolete. Do nothing. | |
| DiscreteErrorIgnore | 0 | ||
| StopJob | 1 | Obsolete. Stops the job that caused the Discrete Device error and flushes its realtime and I/O queues. | |
| DiscreteErrorStopJob | 1 | ||
| StopJobManager | 2 | Obsolete. Stops CogJobManager when the Discrete Device error occurs and flushes all realtime and I/O queues | |
| DiscreteErrorStopJobManager | 2 | ||
| TCPIPErrorIgnore | 4 | Ignore all TCP/IP errors | |
| TCPIPErrorStopJob | 8 | Stops the job that caused the TCP/IP error and flushes its realtime and I/O queues. | |
| TCPIPErrorStopJobManager | 16 | Stops CogJobManager when the TCP/IP error occurs and flushes all realtime and I/O queues |
See Also