TCL.SHUTDOWN

Verb: Access/TCL, Releases: AP

Invokes orderly system shutdown procedure.

Description

initiates an orderly system shutdown sequence and should be executed before turning off or rebooting any Pick system.

Any user logged on is logged off, all process work spaces are released, all printers are stopped, all phantom jobs are logged off, and all updated memory frames are written to disk. The system is shut down.

On AP 6.1 and later, the macro 'user-shutdown' on the 'dm' account is executed, if it exists. This macro should contain any user-defined procedure to be run at shutdown time (application cleanup, network shutdown, etc...).

'Do you wish to continue (Y/N/0)?' is displayed, the '0' option is to check if this process is running on port zero before continuing. 'Y' continues the shutdown, 'N' stops the shutdown.

Options

f Invokes a :files at the end

Example

shutdown
Shutting down 'pick:pick0'
Do you wish to continue (Y/N/0)?

'pick:pick0' is the name of the virtual machine. This is only
displayed on Unix implementations.

y - continue shutdown
n - back to Pick.
0 - shutdown only if line 0

See Also

Command Name Type Description
tcl.:shutdown Verb: Access Activates system shutdown sequence.
ue.001f User Exit Returns the last 'shutdown' status.
ue.60ba User Exit Shuts down the Pick System.
dos.pickstop Verb: TCL1 Performs sudden shutdown of AP/DOS.
tcl.:files Verb: Access Restores entire file system from 'file-save' media.
user-shutdown Verb: Access First macro executed in system shutdown sequence
tcl.power-off Verb: Access Performs orderly system shutdown sequence.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.