Timer

The timer component is used to delay after the specified amount of time in milliseconds.

Basic Example

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).

Blocks

After specified milliseconds:

After the sepcifed time in ms, run the blocks inside this block.

After specified time in milliseconds, for every specified milliseconds after:

Cancel

The timer component may not cancel if used multiple times.

Last updated