Node:shutdown-kom, Next:, Previous:sync-kom, Up:Protocol Requests



shutdown-kom [44] (1) Recommended


        shutdown-kom [44] ( exit-val : INT8 )
                -> ( );

This call instructs the server to save all data and shut down. exit-val is currently not used. This call is privileged.

Example:

        1 42 255
        =1
        1 44 0
        =1
        :2 13 5 3

This example shows the shutdown of a server. The asynchronous message sent after the call returns is the result of a session being forced to log out.

Error codes

login-first
Login required before issuing this call.
permission-denied
Administrator bit not set or privileges not enabled.