The CogJob type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| AcquisitionError |
Raised when an acquisition error occurs.
| |
| AcquisitionTimeout |
Raised when an acquisition timeout occurs.
| |
| Changed |
This event is raised when one or more parts of the object's state may
have changed.
(Inherited from CogSerializableChangedEventBase.) | |
| GarbageCollectionRequested |
Raised whenever garbage collection is requested. Internal use only.
| |
| ImageAvailable |
Raised when a new image is available in the image queue.
| |
| ImageQueueFlushed |
Raised when the image queue is flushed.
| |
| ImageQueueOverflowed |
Raised when the image queue overflows.
| |
| ImageRemoved |
Raised when an image is removed from the image queue.
| |
| IOError |
Raised when any I/O error occurs.
| |
| ProcessedIOResultAvailable |
Raised after the record is removed from the realtime queue and the job
internally processes the record for I/O.
| |
| Ran |
Raised when the CogJob has ran one iteration.
| |
| ResetComplete |
Raised when the CogJob has been fully reset.
| |
| Running |
Raised when the CogJob has started running.
| |
| Stopped |
Raised when the CogJob has completely stopped.
| |
| VisionToolError |
Raised when a vision tool error occurs.
| |
| VisionToolLinkAdded |
Raised when a vision tool link is added.
| |
| VisionToolLinkRemoved |
Raised when vision tool link is removed.
|
See Also