Difference between revisions of "Timer:isRunning"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Returns the current running status of timer.<br /> | Returns the current running status of timer.<br /> | ||
Line 8: | Line 8: | ||
(bool) = Timer:isRunning() | (bool) = Timer:isRunning() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if the timer is running, [[Special:MyLanguage/false|false]] otherwise.</translate><br/> | + | '''<translate>Returns</translate>''' (bool) <translate>[[Special:MyLanguage/true|true]] if the timer is running, [[Special:MyLanguage/false|false]] otherwise.</translate><br/> |