Tablet Accessory User Manual

Conductor Script Commands
Appendix A Conductor Script Commands 307
You can use the ListEngines Script command to display a list of engines in the
environment before selecting the engine to display.
ShowLogFlags
The ShowLogFlags command displays the log message filters (log flags) for the
current component.
ShowLogFlags
The ShowLogFlags command is available only when an engine component is
current.
For information on iIS message filters, see Messages and Message Filters on
page 212.
ShowProcess
The ShowProcess command displays the properties of the specified process
instance in the current engine.
ShowProcess process_id
The ShowProcess command is available only when an engine is current, so you
must first use the
FindEngine Script command to set the current engine.
The
ShowProcess command displays the following information:
process name
process compatibility level
process ID
creation time
list of process attributes, displaying: attribute name, attribute type, attribute
value, attribute lock status
Argument Description
process_id The specified process instance.