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

0

The user information is currently loaded from the server

loadingerror

1

User information is not available due to an error

noAuthRequired

2

The server does not require authentication.

communicationDisabled

3

The server is an engineering server without active user management

usergroup

4

User and group information is available

userConfigState 1:

Available from 1.8