Script Statement: This is used to stop processing of the script for a specified period of time. In the meantime, other tasks will be completed.
:WAIT Time
Syntax |
Description/Format |
---|---|
Time |
The time in seconds that defines how long the run should be paused. |
You can use this script statement to pause the processing of a script. Processing is paused for the specified period of Time and will then continue.
This script statement causes all open transactions of the script to be written to the AE databaseA database is an organized collection of data including relevant data structures..
Script processing will pause for 10 seconds.
:WAIT 10
See also:
Script element | Description |
---|---|
This cancels the processing of a script. |
Script Elements - Script Structure and Processing
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function