Access to the schedule execution list.
More...
|
void | RemoveFailedPlanners () |
| Tries to remove failed planners. Use this if you are hiding the normal Chronos GUI from your user and you have dealt with an error to get a cleaner queue that does not try to restart a failed planner over and over again.
|
|
void | RemoveDonePlanners () |
| Remove already finished planners that are not failed.
|
|
void | ClearQueue () |
| Remove all planners in the queue, if possible.
|
|
Access to the schedule execution list.
Definition at line 49 of file Core.cs.
◆ ClearQueue()
void AxelSemrau.Chronos.IScheduleQueue.ClearQueue |
( |
| ) |
|
Remove all planners in the queue, if possible.
You can't remove running planners.
◆ RemoveDonePlanners()
void AxelSemrau.Chronos.IScheduleQueue.RemoveDonePlanners |
( |
| ) |
|
Remove already finished planners that are not failed.
◆ RemoveFailedPlanners()
void AxelSemrau.Chronos.IScheduleQueue.RemoveFailedPlanners |
( |
| ) |
|
◆ CurrentlyRunning
IPlannerInfo AxelSemrau.Chronos.IScheduleQueue.CurrentlyRunning |
|
get |
The currently running planner, if any.
Definition at line 59 of file Core.cs.
◆ Planners
ReadOnlyObservableCollection<IPlannerInfo> AxelSemrau.Chronos.IScheduleQueue.Planners |
|
get |
Information about all planners in the queue.
Definition at line 54 of file Core.cs.
The documentation for this interface was generated from the following file: