Alertra Script Language 1.9

[ next ] [ language reference ] [ table of contents ]


wait

Pauses execution of the script for the given number of seconds.

usage: wait [seconds]

parameters:

req name type description
Y seconds expression Number of seconds to pause the script

examples

wait 10

Causes the script to pause execution for 10 seconds


Alertra Script Language: Language Reference