Description
Displays the action of the user.
Members
Member | Value | Description |
---|---|---|
actionLogin | 0 | Indicates that the previous logon attempt succeeded. |
actionLoginFail | 1 | Indicates that the previous logon attempt failed. |
actionLogoff | 2 | Indicates that the user logged off from the application. |
actionCreateUser | 3 | Indicates that a new user code has been created. |
actionRemoveUser | 4 | |
actionSelectSU | 5 | Indicates that the user's status has changed to superuser. |
actionDeselectSU | 6 | Indicates that the user's superuser status has been removed. |
actionLock | 7 | Indicates that the user's account is locked. |
actionUnlock | 8 | Indicates that the user's account is unlocked. |
actionChPasswd | 9 | Indicates that the user password has changed since the previous logon. |
actionUnlockFail | 10 |