Index

suspend_schedule

Temporarily suspend execution of the schedule that is currently running.

Arguments:
(none)

Example:
The following example pauses then resumes execution of the currently running scheduling script. Note that at least the second line would have to be typed from the command line, since there is no script running after the suspend_schedule command has been executed.
  suspend_schedule
  ...
  resume_schedule
Context:
This command is used to temporarily pause execution of the currently running schedule. The scheduler then waits until the user uses the resume_schedule command, before executing any more commands from the current schedule.

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


Martin Shepherd (4-Nov-1999)