:WAIT

Use the :WAIT script statement to pause the processing of a script for a period of time that you define. While it pauses, other tasks can be completed.

Note: This script function writes all open transactions of the script to the AE database. For more information, see Script Processing.

Syntax

: WAIT Time

Parameters

Parameter Description Format / Allowed Values
Time The time in seconds that defines how long the execution should be paused. Script variable or number

Examples

Script processing pauses for 10 seconds:

: WAIT 10

See also: