"stopCue" = (Playback 1 Clear; Wait 10; Cue 1 Go)
Clears Playback 1, then waits 10 seconds, then executes Cue 1. Also, the
id
of the pending “Cue 1 Go”
is placed in the variable “stopCue”.
Wait Stop 'stopCue'
Stops the pending “Cue 1 Go” from the previous example. Will return “1” if the command was stopped.
Will return “0” if the command was not found in the queue.
Interactive Technologies, Inc.
CueServer 2 User's Manual - 18.5.18
Page 267 of 429