Timer
The timer component is used to delay after the specified amount of time in milliseconds.
Last updated
The timer component is used to delay after the specified amount of time in milliseconds.
Last updated
After 100 milliseconds, run the code inside the block (in this case, there is nothing inside) using the specified timer component (in this case, called TimerName).
After the sepcifed time in ms, run the blocks inside this block.
The timer component may not cancel if used multiple times.