Index

resume_schedule

Resume execution of a paused scheduling script.

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 resume_schedule command has been executed.
  suspend_schedule
  ...
  resume_schedule
Context:
After the current schedule has been paused by the suspend_schedule command, this command can be used to resume execution. The script continues executing from where it was stopped.

Martin Shepherd (4-Nov-1999)