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 for. |
| Overrun Timeout | TimeoutSpan | How far past the time the scheduler reserved for this step it may run before that counts as an overrun. Set it to Never to allow any overrun. |
| Notes | string | Free-text note kept with this step. It appears on the step in the schedule editor and in the event log, and has no effect on what the step does. Use it to record why the step is here. |
| Enabled | bool | Whether this step runs. Clearing it leaves the step in the schedule, in place and still configured, but skips it at run time. |
✱ Mandatory parameter