Search these docs, or ask Revo a question — answers link the pages they came from.
Sleep
Pauses this schedule thread for a given length of time.
Sleep Pauses this schedule thread for a given length of time.
| Parameter | Type | Description |
|---|---|---|
| Sleep Duration ✱ | TimeSpan | How long to pause this schedule thread. |
| Overrun Timeout | TimeoutSpan | How far past its reserved time this step may run before overrunning. The reservation is the scheduler's, not the sleep itself. Set it to Never to allow any overrun. |
| Notes | string | A free-text note kept with this step. It changes nothing at run time. Shown on the step in the schedule editor and in the event log. Use it to record why the step is here. |
| Enabled | bool | Whether this step runs. Clearing it skips the step when the schedule runs. The step stays in the schedule, in place and still configured. |
✱ Mandatory parameter