Documentation
Table of Contents
This is a mulit-threaded timer implementation which can create a timer to call an event-handling function at a specific time or at a regular interval.
Objects of type timer have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| _private | timerprivate | |
| getinfo | function | |
| ontimer | event | |
| setinfo | function | |
| start | function | |
| stop | function | |
| type | type |
timervar.setinfo (
timer ,
datetime me,
integer alarm,
integer repeat,
integer interval )
microinterval



