Wait

Syntax

wait,<seconds>

Using this command will pause the script processing the value of seconds that you specify. After this period is concluded, the process will continue.

Example:

This example will make the application wait 5 seconds before continuing

wait,5