You are here: Scripting commands > Wait

Wait

Command WAIT
Description This command is used in scripts to force the script to stop executing until the specified number of milliseconds has elapsed.
Syntax WAIT <ms>
Options ms—Length of time in milliseconds
Examples wait 5000
Notes This sample waits for 5 seconds.