countdown-timer-client-action
Reactive icon

Countdown Timer (Client action)

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 5 Mar
 by 
0.0
 (0 ratings)
countdown-timer-client-action

Countdown Timer (Client action)

Documentation
1.0.1

How to use:

Add the script file CountDown to your module or screen or block from the component.

Client Actions:

1. StartTimeoutCounter - To start the timer (Timer will stop after the timeout automatically).

Input parameters:

  1. ElementId - Pass the empty container id where the timer will be displayed.
  2. Timeout - Countdown in seconds. Eg: 30 for 30 seconds, 300 for 5 minutes.

2. StopTimeoutCounter - To stop the timer on demand.


1.0.0

How to use:

Add the script file CountDown to your module or screen or block from the component.

Client Actions:

1. StartTimeoutCounter - To start the timer (Timer will stop after the timeout automatically).

Input parameters:

  1. ElementId - Pass the empty container id where the timer will be displayed.
  2. Timeout - Countdown in seconds. Eg: 30 for 30 seconds, 300 for 5 minutes.

2. StopTimeoutCounter - To stop the timer on demand.