Skip to content

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

Start Next Schedule Thread


Tells the scheduler to start the next thread of this schedule run. A schedule run is made up of one or more schedule threads, and normally the scheduler paces them itself, starting each one a set time after the last. Where a fixed pacing time does not suit, event driven pacing lets the schedule decide instead, using this step. That allows labware to be brought out of storage just as locations become free, which makes system operation far more consistent.


ParameterTypeDescription
Delay TimeSpan How long to wait before the scheduler starts the next schedule thread.
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.