IcePack::ServerState

Overview

enum ServerState

An enumeration representing the state of the server.

Enumerator Index

Inactive

The server is not running.

Activating

The server is being activated and will change to the active state if the server fork succeeded or to the Inactive state if it failed.

Active

The server is running.

Deactivating

The server is being deactivated.

Destroying

The server is being destroyed.

Destroyed

The server is destroyed.

Inactive

Inactive

The server is not running.

Activating

Activating

The server is being activated and will change to the active state if the server fork succeeded or to the Inactive state if it failed.

Active

Active

The server is running.

Deactivating

Deactivating

The server is being deactivated.

Destroying

Destroying

The server is being destroyed.

Destroyed

Destroyed

The server is destroyed.