The "timer_set_pause" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | string | The unique timer ID to modify, as a string (or keyword all for all local timers) |
enable | boolean | Enables, disables, or toggles the pause state |
[instance] | instance | Optional: Sets the object instance containing the timer to modify (use none for self ) |
#
DescriptionPauses or unpauses the specified timer. Can also toggle pause state if other
is supplied instead of true
or false
.