ReadonlyintervalThe timer's interval in seconds
ReadonlyrepeatsWhether the timer repeats
Immediately fire the timer's callback
Get the number of seconds until the timer next fires
Seconds until next trigger, or a negative value if the timer is not running
Check if the timer is currently running
true if the timer is running, false otherwise
Set when the timer should next fire
Number of seconds from now when the timer should fire
Start the timer
Stop the timer
Object representing a timer. You should not instantiate these yourself, but rather, use the methods in hs.timer to create them for you.