CogJob EventsCognex VisionPro 9.22

The CogJob type exposes the following members.

Events

  NameDescription
Public eventAcquisitionError
Raised when an acquisition error occurs.
Public eventAcquisitionTimeout
Raised when an acquisition timeout occurs.
Public eventChanged
This event is raised when one or more parts of the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Public eventGarbageCollectionRequested
Raised whenever garbage collection is requested. Internal use only.
Public eventImageAvailable
Raised when a new image is available in the image queue.
Public eventImageQueueFlushed
Raised when the image queue is flushed.
Public eventImageQueueOverflowed
Raised when the image queue overflows.
Public eventImageRemoved
Raised when an image is removed from the image queue.
Public eventIOError
Raised when any I/O error occurs.
Public eventProcessedIOResultAvailable
Raised after the record is removed from the realtime queue and the job internally processes the record for I/O.
Public eventRan
Raised when the CogJob has ran one iteration.
Public eventResetComplete
Raised when the CogJob has been fully reset.
Public eventRunning
Raised when the CogJob has started running.
Public eventStopped
Raised when the CogJob has completely stopped.
Public eventVisionToolError
Raised when a vision tool error occurs.
Public eventVisionToolLinkAdded
Raised when a vision tool link is added.
Public eventVisionToolLinkRemoved
Raised when vision tool link is removed.
Top
See Also