# Sleep

Stops execution during a specified amount of time.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAlPVpH3WRwBy16c7JY%2F-MAlQBZuuTnc6hyzKSVQ%2Fimage.png?alt=media\&token=5c9534b7-ca05-4ac4-b408-2207cd5a5295)

### Parameters

* **Frequency** *\<numeric> -* The amount of time (in miliseconds) that users wants to keep the program sleeping.
* **Run Other Events** - This parameter defines if the user wants to run other events in paralell or not. Only Win32 Clients support this parameter. There are two possible values for this: *Yes*, *No*

{% hint style="info" %}
On Android, if the action is called in the UI thread, this causes a change to the background thread, allowing drawing to occur in the App to refresh the screen.
{% endhint %}
