Timer

Block Information

Available in: Page Flow

Toolbox Category: Action

Block Type: Regular

The Timer block is used to execute the specified logic after a given amount of time has elapsed.

Timer block

The block consists of the following:

  • Time Amount: a Value Parameter that accepts a numeric value specifying the amount of milliseconds to wait.

  • Tasks: a Flow Parameter where you connect blocks that specify what you want done after the time has elapsed.


Usage Example

The example below shows the Timer Block used to show a message using the Show Information Popup block after 5 seconds have elapsed.

Example of Timer block

Last updated