Search these docs, or ask Revo a question — answers link the pages they came from.
Mutex Sequence
Runs a sequence of steps under a named lock, so that only one schedule thread can be inside it at a time.
Mutex Sequence Runs a sequence of steps under a named lock, so that only one schedule thread can be inside it at a time.
| Parameter | Type | Description |
|---|---|---|
| Mutex Names ✱ | string | Names of the locks held while this sequence runs. Only one schedule thread can hold a given name at a time. |
| 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