The CogJobManager type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Changed |
This event is raised when one or more parts of the object's state may
have changed.
(Inherited from CogSerializableChangedEventBase.) | |
| FailureItemAvailable |
Raised when a new item is available in the Failure Queue.
| |
| FailureItemRemoved |
Raised when an item is removed from the Failure Queue.
| |
| FailureQueueFlushed |
Raised when the failure queue is flushed
| |
| FailureQueueOverflowed |
Raised when the failure queue overflows.
| |
| IOError |
Raised when any I/O error occurs.
| |
| JobAdded |
Raised when a job is added to the JobManager
| |
| JobRemoved |
Raised when a job is removed from the JobManager
| |
| ResetComplete |
Raised when a job is reset.
| |
| Stopped |
Raised when all jobs are completely stopped.
| |
| UserQueueFlushed |
Raised when the user queue is flushed.
| |
| UserQueueOverflowed |
Raised when the user queue overflows.
| |
| UserResultAvailable |
Raised when a new result is available in the User Queue.
| |
| UserResultRemoved |
Raised when a result is removed from the User Queue.
|
See Also