Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ServerState

enum class IceGrid::ServerState : std::uint8_t
strong

Represents the state of a server.

Enumerator
Inactive 

The server is not running.

Activating 

The server is being activated and will change to the active state when the registered server object adapters are activated or to the activation timed out state if the activation timeout expires.

ActivationTimedOut 

The server activation timed out.

Active 

The server is running.

Deactivating 

The server is being deactivated.

Destroying 

The server is being destroyed.

Destroyed 

The server is destroyed.

Definition at line 38 of file Admin.h.