The "timer_get_pause" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | string | The unique timer ID to check, as a string |
[instance] | instance | Optional: Sets the object instance containing the timer to check (use none for self ) |
#
DescriptionReturns the pause state for the timer running in the current or specified instance. If the instance or timer does not exist, true
will be returned, as the timer is not running.