decorative banner

Previous | Next               Table Of Contents > 1 Basic syntax > 1.9 Adding execution delays

1.9 Adding execution delays


Script execution can be temporarily paused using the waitsecs command. The time to wait is specified in seconds.

The syntax is

waitsecs <number of seconds>;

An example is

waitsecs 30; #pause script execution for 30 seconds


Previous | Next