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.
Await Signal Suspends this schedule thread until a named signal is given, or until the timeout elapses.
| Parameter | Type | Description |
|---|---|---|
| Timeout | TimeoutSpan | How long to wait for the signal before the step gives up. Set it to Never to wait indefinitely. |
| Signal Name ✱ | string | Name of the signal. The step that waits and the step that gives it have to use the same name. |
| 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