Skip to content

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

Wait for response


A schedule operation that raises an event to wait for a response. The response can be provided by a user at runtime or in headless systems can be provided from the high level control software with which the scheduler is integrated.


ParameterTypeDescription
Message string The message shown to the operator when the schedule stops at this step. In a headless system it is sent to the controlling software instead.
Id int An identifier returned with the response, to match request to answer. Lets integrating software tell which request is being answered.
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