Timers
Timers allows you to create one shot timers that can be started via triggers in AppBlocks
Timers can be used in the On Timer, Timer Start, and Timer Stop blocks:
Timer Start
This block starts a timer. The timer will expire after the specified number of seconds. When the timer expires, the On Timer block will be triggered.
Timer Stop
This block stops a timer. If the timer is already stopped, this block has no effect.
On Timer
This block is triggered when a timer expires.