Timer:isRunning

From GiderosMobile
Revision as of 15:08, 23 August 2018 by Hgy29 (talk | contribs)

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.