WAIT Command

Description:

This command suspends the Script execution for the specified number of seconds. The unit is either seconds or milliseconds depending upon the value of the Environment statement WAIT UNIT.

Format:

 WAIT period

Parameter:

period

An integer variable or value defining the number of seconds for which Script execution is to be suspended. The valid range is 0-2147483647.

Examples:

 WAIT 5
 WAIT Wait-Period

See also:

Input Stream Entry Commands