Table of Contents

Enum ConnectionState

Namespace
FishMMO.Server.Core
Assembly
FishMMO.Server.dll

Connection states the server can be in.

public enum ConnectionState : byte

Fields

Started = 2

Connection is established.

Starting = 1

Connection is starting but not yet established.

Stopped = 0

Connection is fully stopped.

Stopping = 3

Connection is stopping.