screen-timer-reactive
Reactive icon

Screen Timer Reactive

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 26 June 2022
 by 
0.0
 (0 ratings)
screen-timer-reactive

Screen Timer Reactive

Documentation
1.0.0

Steps to use:

1.Open your module's dependencies, open the ScreenTimer module, and add the ScreenTimer block as a dependency:


2. Go to the screen where you want to place the timer, and drag and drop the Screen Timer anywhere into your screen (the icon will not be displayed to the user, it is just for the developer's reference):

3. Add a Client Action to your screen, containing the logic that will be executed every time the set interval time passes. Here you would place, for example, the actions for refreshing an aggregate in your screen, updating your screen local variables, or saving the screen's data to a database.


4. Click on the block on your screen, and add a value for the IntervalTime_ms input parameter (time in milliseconds). This is the amount of time that will elapse between each event being triggered. Additionally, set the Screen Action you defined in Step 3 as the handler for the IntervalCompleted Event.


5. Publish the module.

After these steps are completed, the Screen Timer should be available in your screen and ready to be tested!