Action |
Halts script execution for the number of seconds specified. Note that you can specify fractions of a second.
Syntax |
SLEEP <seconds>
Examples |
SLEEP 10 ;
pause script for 10 seconds
SLEEP 0.5 ;
pause script for half a second