Alertra Script Language 1.9

timeout

Pauses the script for the given number of seconds.

usage: timeout [seconds]

parameters:

req name type description
Y seconds expression The number of seconds to pause execution of the script.

examples

timeout "5"

Pauses execution of the script for 5 seconds.

timeout $WAIT_SECS

If WAIT_SECS=10, then execution of the script is paused for 10 seconds.


Alertra Script Language: Language Reference