Waiting
Syntax
sleep($timeInMillis)
Description
Stops the script execution for the configured time.
Parameters
Name | Type | Description | Mandatory | Default |
---|---|---|---|---|
timeInMillis | Number | Time in milliseconds that should be waited for | yes |
Examples
Example 1
sleep(5000);
The execution of the script is stopped for 5 seconds.