Skip to content

pauseObject

The pause object pauses the input process until its condition is reached (except for the clock command). These commands support test-script development shared via the customer git repository.

{
"optimised": <bool>,
"gear": <integer>,
"clock": <bool>,
}
until timeInterval
Halt input processing until the system clock reaches a time interval.
for timeInterval
Halt input processing for a duration.
optimised bool
When true, pause until Spiral completes optimisation within the current gear (only true is meaningful).
gear integer
Pause until optimisation reaches a gear level. Exceeding the gear box is not checked — Spiral would pause forever on an unreachable condition.
clock bool
Rather than pausing input, pauses and restarts Spiral’s real-time clock.