: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: The script statement causes all open transactions of the script to be written to the AE database. For more information, see Script Processing.

Syntax

:WAITTime

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: