Wait
Syntax
Command
Description
Return Value
Wait <time>
Causes the execution of the current script to be
suspended for a given number of seconds
An
id number
to identify the
pending commands
Wait Clear
Causes
all
commands that are currently waiting to be
cancelled
The number of cancelled waits
Wait Stop <id>
Causes the pending commands with the given
id
to be
cancelled
The number of cancelled waits
Wait ?
Returns the number of currently waiting commands
A number
•
<time>
◦ A decimal number of seconds (optionally using decimal digits for fractions of seconds).
•
<id>
◦ A decimal number internally assigned to the pending commands. Use this number with the
Wait
Stop
command.
Abbreviations
W
,
WCL
,
WSTO
,
W?
Description
The
Wait
command causes the current command line to be suspended for a given number of seconds. Use
Wait
to cause a delay between script steps.
The
Wait Clear
command cancels
all
currently waiting commands. If more than one command is currently in
a waiting state, all of them will be cleared simultaneously.
The
Wait Stop
command cancels only the commands with the given
id
.
Interactive Technologies, Inc.
CueServer 2 User's Manual - 18.5.18
Page 265 of 429