Index

abort_schedule

Abort the schedule that is currently running.

Arguments:
(none)

Example:
The following example stops the current schedule, if any. If another schedule is pending in the queue, that schedule is then allowed to run.
  abort_schedule
Context:
Use the abort_schedule command to prematurely terminate a running schedule (after running any statements that the user registered with the cleanup command).

If no schedule is currently running, this command has no effect.


Martin Shepherd (27-Oct-1999)