Tablet Accessory User Manual
Conductor Script Commands
304 iPlanet Integration Server • Process System Guide • August 2001
SetTimerElapsed
The SetTimerElapsed command sets the specified elapsed timer to the specified
state (ON, OFF, or no change) and sets a new elapsed time interval until expiration.
SetTimerElapsed process_id timer_name state time_interval
The SetTimerElapsed command is available only when an engine is current, so
you must first use the
FindEngine Script command to set the current engine.
You can use the SetTimerElapsed command to turn any elapsed timer on or off,
and to set a new elapsed time interval until expiration.
ShowActivity
The ShowActivity command displays the properties of the specified activity in the
current engine.
ShowActivity process_id activity_name
The ShowActivity command is available only when an engine is current, so you
must first use the
FindEngine Script command to set the current engine.
Argument Description
process_id The process instance of the specified timer.
timer_name The name of the specified timer.
state The specified new state: ON, OFF, or no change.
time_interval The new time interval until expiration, in IntervalData format
(years:months:days:hours:minutes:seconds:milliseconds). Applies
only to elapsed timers.
Argument Description
process_id The process instance in which the activity was created.
activity_name The name of the activity.