Table of Contents

Enum ServerState

Namespace
McServerLauncher.Models
Assembly
McServerLauncher.dll

Run state of a server.

public enum ServerState

Fields

Running = 2
Starting = 1
Stopped = 0
Stopping = 3