Difference between revisions of "timer.stop"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "timer.'''stop''' is a function that is part of the timer functions. Stops the timer. <br /> {{Since|3.0}} == Syntax == timer.'''stop'''(period)<br /> (N...")
 
Line 8: Line 8:
  
 
== Syntax  ==
 
== Syntax  ==
timer.'''stop'''(period)<br />
+
timer.'''stop'''()<br />
  
 
(No arguments)
 
(No arguments)

Revision as of 12:31, 25 May 2011

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

Stops the timer.


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


Syntax

timer.stop()

(No arguments)

Example

timer.stop()

See also