Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | timer |
The callback function you supply must take two arguments, which will be passed to the function when it is called by timer.
You can specify that the function is to be executed only once (``oneshot''), or ``forever'' (until deactivated with remove).
callback | function to be executed | ||
Allowed: | two-argument function | ||
interval | how long to wait before executing function (seconds) | ||
Allowed: | float | ||
Default: | 60 | ||
oneshot | execute function once only? | ||
Allowed: | boolean | ||
Default: | T |