Changes

Jump to navigation Jump to search

Category:timer

15 bytes added, 15:39, 5 February 2023
m
no edit summary
Line 8: Line 8:  
The timer is automatically stopped when the document containing the script application is closed or if the script application is deleted.
 
The timer is automatically stopped when the document containing the script application is closed or if the script application is deleted.
   −
See an example at http://www.inspired-lua.org/2011/05/linking-events/
+
See an example at https://www.inspired-lua.org/index.php/2011/05/23/linking-events/
 +
 
 
== Quick Overview ==
 
== Quick Overview ==
 
*'''[[timer.start]]'''(period) : Starts the timer with the given ''period'' (in seconds)<br />
 
*'''[[timer.start]]'''(period) : Starts the timer with the given ''period'' (in seconds)<br />
 
*'''[[timer.getMilliSecCounter]]'''() : Returns the value of the milliseconds elapsed since the calculator's last boot.<br />
 
*'''[[timer.getMilliSecCounter]]'''() : Returns the value of the milliseconds elapsed since the calculator's last boot.<br />
 
*'''[[timer.stop]]'''() : Stops the timer.
 
*'''[[timer.stop]]'''() : Stops the timer.

Navigation menu