
| Conductor Script Commands |
|
|
Instrument | Description |
LoginUserName | The database user (login) name. |
LoggingState | The database logging settings: the tables to which the |
| engine is logging state and history information. |
TransactionCommitTime | The average time it takes the engine to commit a change of |
| state (complete a transaction involving the engine |
| database). |
DatabaseType | The database management system: ORACLE, SYBASE, etc. |
DBServiceRequestTime | The average time it takes for the database service to |
| complete a request made by the engine. |
|
|
ShowTimer
The ShowTimer command displays the properties of the specified timer.
ShowTimer process_id timer_name
Argument Description
process_id The process instance of the specified timer.
timer_name The specified timer.
The ShowTimer command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.
The ShowTimer command displays the following information:
•timer name
•timer state
•process name and ID
•type
•started: TRUE or FALSE
•expiration time and date
You can use the ShowProcess Script command to display a list of timers in a specified process instance before selecting the timer to display.
Appendix A Conductor Script Commands 313