Index

remove_schedule index

Remove a given schedule from the schedule queue.

Arguments:
QueueEntry index
The queue index of the schedule to be removed.

Example:
The following example removes entry 2 from the queue of pending schedules, allowing schedules further towards the back of the queue to advance by one position.
  remove_schedule 2
Context:
The schedule command queues scheduling scripts to be executed in the order that they are queued. The remove_schedule command can be used to withdraw a schedule before it has started executing. To abort the already running schedule, use the abort.html command.

Martin Shepherd (4-Nov-1999)