The sleep statement pauses script execution for a specified time.
Syntax:
Sleep n
Arguments:
Example 1:
Sleep 10000;
Example 2:
Sleep t*1000;
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!