Active schedules are shown in the "Usage" folder of the Scheduler Swiftlet. There are 2 sub folder, "Active Job Schedules" and "Active Message Schedules":
Select folder "Active Job Schedules", right mouse click, and select "Show Entity Table":
This shows you a table with all active job schedules and their resp. status:
Select folder "Active Message Schedules", right mouse click, and select "Show Entity Table":
This shows you a table with all active message schedules and their resp. status:
If you select a row, you can delete the schedule.
Each active schedule has a history with the last 20 state changes. This history is located in folder "History" of the resp. entry:
Select the folder, right mouse click, "Show Entity Table", and you will see the history as a table:
An active schedule has a state. The following table shows all states a schedule can have:
| State | Description |
|---|---|
| NONE | Schedule has been activated and has been placed in the Scheduler's queue. |
| WAITING FOR JOB REGISTRATION | Schedule waits for the registration of the job group/job, specified in the schedule. If you have a typo in the job group/name, this might be the reason for this state. |
| SCHEDULED | The next job instance has been scheduled. See "Next Start". |
| RUNNING | A job instance is running. See "Next Stop" if the schedule has a maximum runtime. |
| STOPPED | The job instance has been stopped. See "Message" if the job has returned an informational message. |
| SCHEDULE DISABLED | The schedule is disabled. |
| SCHEDULE EXPIRED | The schedule has been expired. |
| JOB ERROR | The last running job instance has been terminated with an error. See "Message" for the exception message. |