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.

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.

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 Timer Repeat block.


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.

Last updated