
Conductor Script Commands
FindEngine
The FindEngine command sets the specified engine as the current engine.
FindEngine engine_name
ArgumentDescription
engine_name The specified engine.
The FindEngine command is always available. The specified engine need not be running.
You can use the ListEngines Script command to display the list of engines. The FindEngine command is normally the first command issued to perform any engine management, database management, or process execution management tasks.
FindGovernor
The FindGovernor command sets the governor for the current engine as the current component.
FindGovernor
The FindGovernor command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine. The governor must also be running.
The FindGovernor command is normally used to check the status of the governor (using the ShowStatus Script command) or to shut it down (using the Shutdown Script command).