Give us feedback
sleep
Reactive icon

Sleep in Reactive

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 14 March 2023 by 
0.0
 (0 ratings)
sleep

Sleep in Reactive

Documentation
1.0.0

About the Sleep in Reactive component

The purpose of this application is to perform an action after waiting for a certain amount of time at the client side.

This time is given by the user in milliseconds.

1 second = 1000 millisecond.

In client or screen action, simply put the sleep action in your action flow.

In the sleep action, enter the number in millisecond that you want to delay action.

 


E.g.: if you want to delay for 2 seconds then duration is 2000



About the demo app

When entering the application, a field to fill is presented.

In the field to fill in, we entered a positive number that we intend to be the time that will be in sleep mode.
I have made a small validation about the input.

if the number is negative or 0 then the app will give you a warning


when the number is entered correctly in the field, we click on the test button.


By clicking on the button, the execution will pause for the define time.

At the end of the waiting time, you should present a message of info.