class documentation

class RemoteUserData:

View In Hierarchy

The remote interface for a server-side User.

Class Variable allow_multiple Static property indicating whether multiple logins for this user are allowed.
Class Variable is_present Dynamic property indicating whether the user is currently present on the remote server.
Class Variable max_access_level Static property indicating the maximum access level the user has. (Refer to minimum access level required to execute certain skills.)
Class Variable name Static property containing the name of the user.
Class Variable user_level Static property indicating the priority of the user (for breaking locks).
allow_multiple: bool =

Static property indicating whether multiple logins for this user are allowed.

is_present: bool =

Dynamic property indicating whether the user is currently present on the remote server.

max_access_level: int =

Static property indicating the maximum access level the user has. (Refer to minimum access level required to execute certain skills.)

name: str =

Static property containing the name of the user.

user_level: str =

Static property indicating the priority of the user (for breaking locks).