Changes

Jump to navigation Jump to search

timer.start

496 bytes added, 13:27, 25 May 2011
Created page with "timer.'''start''' is a function that is part of the timer functions. Starts the timer with the given period in seconds.<br /> If the timer is already running..."
timer.'''start''' is a function that is part of the [[:Category:timer|timer]] functions.

Starts the timer with the given period in seconds.<br />
If the timer is already running when this routine is called, the timer is reset to the new period.
<br />

<br />

{{Since|3.0}}

== Syntax ==
timer.'''start'''(period)<br />

{| class="wikitable"
|-
! Parameter !! Type !! Description
|-
| <u>period</u> || number || the time period
|-
|}

== See also ==
*[[timer.stop]]

<br />
[[Category:timer]]

Navigation menu