Queue command operation parameter options – Visara Master Console Center Scripting Guide User Manual
Page 226

Chapter 6 Obsolete Material
Scripting Guide
226
QUEUE command operation parameter options
Operation Constant
Description
ON
Creates a message queue in the script by
creating a current message pointer. The
current message pointer is set to the end
of the messages—the next new message
received will be the first message in the
script’s queue (and the next message read
with the READMSG command).
RESET
A current message pointer is set to the
end of the messages, thereby quickly
skipping any remaining messages
(unread with the READMSG
command) in the script’s queue. This
is the same as executing:
QUEUE( OFF)
QUEUE( ON)
OFF
Turns off a message queue in the
script by removing the current
message pointer for the queue.
Table 23. Operation parameter options for QUEUE command