|
| KiXtart Command Reference |
LOGOFFactionLogs the current user off and ends the Windows session. syntaxLOGOFF (force) parameterForce During a logoff operation, applications that are shut down are allowed a specific amount of time to respond to the logoff request. If the time expires, Windows displays a dialog box that allows the user to forcibly shut down the application, to retry the logoff, or to cancel the logoff request. If the Force value is true (ie : non-zero), Windows always forces applications to close and does not display the dialog box.
returns
example$RC = LogOff(0) |