Each event must have a status and an action.
Status | Description |
---|---|
Scheduled | A task is to fire at a predetermined date, time and interval. Each subsequent firing time is calculated. |
Suspended | A task is suspended and will not fire until its status is changed to scheduled. |
Complete | A task is completed. |
Cancelled | A task has been cancelled. The task will not fire and it cannot be resumed, but it can be purged. |
Invalid | Normally the reason that a task has a status of invalid is because either the task has been purged or the information used to query for that task is invalid. |
Running | A task is in the midst of firing. Note: This status should
be rarely seen since it just monitors the event for the very short duration
that the event is firing.
|
Last updated: Wed 06 Dec 2006 07:08:08
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)