IceGrid.ServerDynamicInfo¶
- class IceGrid.ServerDynamicInfo(id: str = '', state: ServerState = ServerState.Inactive, pid: int = 0, enabled: bool = False)¶
Bases:
objectDynamic information about the state of a server.
- Parameters:
id (str)
state (ServerState)
pid (int)
enabled (bool)
- state¶
The state of the server.
- Type:
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::ServerDynamicInfo.