: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
-
:WAIT
Stops processing of a script for a specified period of time -
Time
The time in seconds that defines how long the execution should be paused.
Format: script variable or number
Examples
Script processing pauses for 10 seconds.
:WAIT 10
See also: