Tablet Accessory User Manual
Conductor Script Commands
306 iPlanet Integration Server • Process System Guide • August 2001
The ShowActivityQueue command displays a list of activities in the queue, if any,
or of sessions waiting for a queued activity if no activities are in the queue. For each
activity in the queue, the
ShowActivityQueue command displays the following
information: activity name, activity ID, activity state, prioritizing value (value of
the queue prioritizing process attribute), and process ID.
ShowConfiguration
The ShowConfiguration command displays contents of the configuration file of
the current engine.
ShowConfiguration
The ShowConfiguration command is available only when an engine is current, so
you must first use the
FindEngine Script command to set the current engine. No
engine components need be running for this command to work.
ShowEngine
The ShowEngine command displays the configuration, state, and other properties
of the specified engine.
ShowEngine engine_name
The ShowEngine command is always available. The specified engine need not be
running to use the
ShowEngine command.
The
ShowEngine command displays the following properties:
• engine name
• governor run state: TRUE or FALSE
• primary engine unit run state: TRUE or FALSE
• number and names of engine units running
• number and names of database services running
Argument Description
engine_name The specified engine.