Difference between revisions of "timer.stop"

From Inspired-Lua Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
timer.'''stop''' is a function that is part of the [[:Category:timer|timer]] functions.
 
timer.'''stop''' is a function that is part of the [[:Category:timer|timer]] functions.
  
Stops the timer.
+
It stops the timer.
  
 
<br />
 
<br />

Latest revision as of 12:33, 25 May 2011

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

It stops the timer.


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


Syntax

timer.stop()

(No arguments)

Example

timer.stop()

See also