SplitScript reference / TimerState / NotRunning
TimerState.NotRunning
enum variant
TimerState.NotRunning
The timer has not started.
Examples
Detect a timer waiting to start
let waiting = timer.state() == TimerState.NotRunning
SplitScript reference / TimerState / NotRunning
enum variant
TimerState.NotRunning
The timer has not started.
Detect a timer waiting to start
let waiting = timer.state() == TimerState.NotRunning