Logout Method
Syntax
Context.Security.Logout as L ()
Returns
- resultLogical
Returns .T. if the user is logged out; otherwise .F.
Description
Logs out the current user.
Discussion
Context.Security.Logout() logs out the current user. Check Context.Security.CallResult.Success before using the return value.