Timer:isRunning

From GiderosMobile
Revision as of 03:31, 4 December 2019 by MoKaLux (talk | contribs)


Available since: Gideros 2011.6
Class: Timer

Description


Returns the current running status of timer.

(bool) = Timer:isRunning()

Return values

Returns (bool) true if the timer is running, false otherwise.