Enum ConnectionState
Connection states the server can be in.
public enum ConnectionState : byte
Fields
Started = 2Connection is established.
Starting = 1Connection is starting but not yet established.
Stopped = 0Connection is fully stopped.
Stopping = 3Connection is stopping.