userConfigState
[ Enumeration ]
export const enum userConfigState {
loading,
loadingerror,
noAuthRequired,
communicationDisabled,
usergroup
};
The names of the enumeration no longer exist at runtime.
Values
Name | Value | Description |
---|---|---|
loading |
| The user information is currently loaded from the server |
loadingerror |
| User information is not available due to an error |
noAuthRequired |
| The server does not require authentication. |
communicationDisabled |
| The server is an engineering server without active user management |
usergroup |
| User and group information is available |
Available from 1.8 |