timer.start

From Inspired-Lua Wiki
Revision as of 12:27, 25 May 2011 by Adriweb (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

timer.start is a function that is part of the timer functions.

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


This has been introduced in TI-Nspire OS 3.0 (Changes).


Syntax

timer.start(period)

Parameter Type Description
period number the time period

See also