1.9. Adding execution delays
Script execution can be temporarily paused using the waitsecs command. The time to wait is specified in seconds.
Exhibit 1.12. Syntax of command for execution delay
waitsecs <number of seconds>;
|
Exhibit 1.13. Example for using the command for execution delay
waitsecs 30; #pause script execution for 30 seconds
|