IceGrid::ServerDynamicInfo

Overview

struct ServerDynamicInfo

Dynamic information about the state of a server.

Data Member Index

id

The id of the server.

state

The state of the server.

pid

The process id of the server.

enabled

Indicates whether the server is enabled.

id

string id;

The id of the server.

state

ServerState state;

The state of the server.

pid

int pid;

The process id of the server.

enabled

bool enabled;

Indicates whether the server is enabled.