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 execution delay command
waitsecs <number of seconds>;
|
Exhibit 1.13. Example of execution delay command
waitsecs 30; #pause script execution for 30 seconds
|