Sleep
<duration>
Suspends the execution of the current script for a specified interval.
Parameters
<duration>
Sleep time in
milliseconds
for which the execution is suspended.
Example
//sleeps 5 seconds Sleep 5000