Table 2. list of object action types – Visara Master Console Center Scripting Guide User Manual
Page 28

Chapter 2 Advanced Topics
Scripting Guide
28
Object Action
Type
Description Parameters
Return
Value
takes two seconds to
perform some
processing, all wakeup
notices that would
have been missed are
queued. The next
entry into the
WAITQUEUE then
grabs the waiting
change/wakeup notice.
With only WAIT, those
notices received during
the two seconds of
processing would be
lost.
WAITQUEUECHILD
The same as
WAITCHILD,
except with the
queue functionality
added as with
WAITQUEUE.
%Timeout Object
ID
of
object that
changed.
Table 2. List of Object Action Types
The only parameter available for object actions is %Timeout. This is an
integer of the number of seconds to wait for a change before timing out.
The value defaults to zero if not specified, which means wait forever.