AlternateLogoff
Security Manager Module
| Description | Synonym for LogOff(). |
| Returns | Nothing |
| Usage | Script Only. |
| Related to: | AlternateLogon | Authenticate | LogOff | QuietLogon | UserCredChange | UserLogonDialog |
| Format | \SecurityManager.AlternateLogoff() |
| Parameters | None |
| Comments | None |
Example:
If 1;
[
IfThen(LoggedOn,
\SecurityManager.AlternateLogoff();
);
Return();
]