Timer
Timers trigger various logic. Timers can be set up to trigger once at a given time, at a repeating interval or on a schedule.
Timer Methods
- get() - gets the timer
- update( patchOps ) - patches the timer
- delete() - deletes the timer
- start() - starts the timer
- stop() - stops the timer