Skip to content

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.


ParameterTypeDescription
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 the time of day has already passed: wait for the next occurrence, continue immediately to catch up, or raise an error.
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