Timer

Calls registered functions at a regular interval. By defeault Timers do not repeat.

Properties

Name Type Access Description
hooks Table of TimerHook R Active hooks
id String R Identifier of the string
interval Number RW Interval at which timer will fire
repeats Boolean RW If false, the Timer will only fire once
state Timer.State R Current action of the Timer.

Functions and Enumerations