Difference between revisions of "Timer:isRunning"
From GiderosMobile
Line 8: | Line 8: | ||
(bool) = Timer:isRunning() | (bool) = Timer:isRunning() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (bool) `true` if the timer is running, `false` otherwise.<br/> | '''Returns''' (bool) `true` if the timer is running, `false` otherwise.<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the current running status of timer.
(bool) = Timer:isRunning()
Return values
Returns (bool) `true` if the timer is running, `false` otherwise.