TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-262
WAKEUP Command
WAKEUP Command
You can use the WAKEUP command to set the TACL wakeup mode.
ON
means that TACL is awakened (returned from the paused state) when any process
started by TACL is deleted.
OFF
means that TACL is awakened only when the latest process started by TACL is
deleted or when a process you designate in a PAUSE command is deleted. This is
the logon default setting.
Consideration
A process is deleted when it abends, terminates normally, or a CPU fails. You can also
delete a process by entering the STOP command. You can delete a TACL process
with the EXIT command.
Example
To wake up TACL and return control of the terminal to TACL whenever a process that
you started is deleted, enter:
26> WAKEUP ON
WAKEUP { ON | OFF }