[ next ] [ language reference ] [ table of contents ]
Pauses the script for the given number of seconds.
req | name | type | description |
---|---|---|---|
Y | seconds | expression | The number of seconds to pause execution of the script. |
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