Timer
Last updated
Last updated
Time Amount: a that accepts a value specifying the amount of milliseconds to wait.
Tasks: a where you connect blocks that specify what you want done after the time has elapsed.
The Timer block executes the specified logic only once. To execute the tasks in a repeated manner after equal elapsed intervals you will need to use the block.
The example below shows the Timer Block used to show a message using the block after 5 seconds have elapsed.