Function "LogoutUser()" |
![]() ![]() ![]() |
Logs out the currently logged in user. Syntax: LogoutUser([user-name])
Parameters user-name The name of the user to log out. This parameter is optional. If omitted the current user is logged out.
Examples: LogoutUser() @// Logs out the current user LogoutUser('jody') @// Logs out the user 'jody'
Completion Codes: 0: Normal completion 12: Syntax error or Security Broker error
See SML Functions
|