Melon.std.time.Timer (class)
Represents a timer that is used internally by timeout functions to control timed operations
Status: stable
Instance Properties
Timer.active
Type: boolean
Timer.callback
Type: Function
Instance Methods
Timer.clear()
Clears the timer.
Status: stable
Returns: void
Parameters
Example usage
myTimer.clear();