Interactive Technologies, Inc.
Wait
Syntax
Command
Description
Causes the execution of the current script to be
Wait <time>
suspended for a given number of seconds
Causes all commands that are currently waiting to be
Wait Clear
cancelled
Causes the pending commands with the given id to be
Wait Stop <id>
cancelled
Wait ?
Returns the number of currently waiting commands
•
<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.
CueServer 2 User's Manual - 18.5.18
Return Value
An id number to identify the
pending commands
The number of cancelled waits
The number of cancelled waits
A number
Page 265 of 429
Need help?
Do you have a question about the CueServer 2 and is the answer not in the manual?