IceGrid::ServerDynamicInfo

Overview

struct ServerDynamicInfo

Dynamic information about the state of a server.

Data Member Index

enabled

Whether or not the server is enabled or disabled.

id

The id of the server.

pid

The process id of the server.

state

The state of the server.

enabled

bool enabled;

Whether or not the server is enabled or disabled.

id

string id;

The id of the server.

pid

int pid;

The process id of the server.

state

ServerState state;

The state of the server.