Tablet Accessory User Manual
Managing Process Execution with Conductor Script
Chapter 8 Using the Conductor Script Utility 251
The commands needed to monitor and manage iIS sessions are documented in
Appendix A, “Conductor Script Commands” and summarized in the table below:
Command Arguments Function See…
BroadcastMessage message_text
priority
Send a message with the
specified priority to all
sessions connected to the
engine. The priority is a
text string meaningful to
the receiver.
page 275
FindEngine engine_name Set specified engine as the
“current” engine. The
engine (nor any of its
components) does not
have to be running.
page 284
ListEngines —— Display a list of all running
and configured iIS process
engines in the
environment.
page 289
ListSessions —— List all sessions in the
current engine.
page 291
SendMessage session_id,
message_text
priority
Send a message with the
specified priority to the
specified session. The
priority is a text string
meaningful to the receiver.
page 299
ShowSession session_id Show details of the given
session, including the
activity list.
page 308
SuspendAllSessions —— Suspend all active sessions
in the current engine.
page 319
SuspendSession session_id Suspend the specified
active session.
page 320
TerminateAllSessions Terminate all sessions in
the current engine.
page 320
TerminateSession session_id Terminate the specified
session.
page 321