CogIOErrorActionConstants EnumerationCognex VisionPro 9.23
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.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public enum CogIOErrorActionConstants
Members

  Member nameValueDescription
None0Obsolete. Do nothing.
DiscreteErrorIgnore0
StopJob1Obsolete. Stops the job that caused the Discrete Device error and flushes its realtime and I/O queues.
DiscreteErrorStopJob1
StopJobManager2Obsolete. Stops CogJobManager when the Discrete Device error occurs and flushes all realtime and I/O queues
DiscreteErrorStopJobManager2
TCPIPErrorIgnore4 Ignore all TCP/IP errors
TCPIPErrorStopJob8 Stops the job that caused the TCP/IP error and flushes its realtime and I/O queues.
TCPIPErrorStopJobManager16 Stops CogJobManager when the TCP/IP error occurs and flushes all realtime and I/O queues
See Also