Skip to content

Search these docs, or ask Revo a question — answers link the pages they came from.

Await Signal


Suspends this schedule thread until a named signal is given, or until the timeout elapses.


ParameterTypeDescription
Timeout TimeoutSpan How long to wait for the signal before this step gives up waiting. Set it to Never to wait indefinitely.
Signal Name string The name of the signal; the waiting step and the giving step must match.
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