Search these docs, or ask Revo a question — answers link the pages they came from.
Wait for time of day
Pauses this schedule thread until a given time of day. If that time has already passed when the step is reached, it can either continue immediately or wait until tomorrow.
Wait for time of day Pauses this schedule thread until a given time of day. If that time has already passed when the step is reached, it can either continue immediately or wait until tomorrow.
| Parameter | Type | Description |
|---|---|---|
| Time Of Day ✱ | TimeSpan | Time of day to wait for, read from the schedule controller's clock. |
| Missed Time Of Day Action | MissedTimeOfDayAction | What to do when the step is reached after that time of day has passed. Wait for the next occurrence, continue immediately to catch up, or raise an error. |
| 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