Table of Contents

Enum NotificationKind

Namespace
McServerLauncher.Models
Assembly
McServerLauncher.dll

The kinds of desktop notification the app can raise.

public enum NotificationKind

Fields

AutoRestartGaveUp = 4
IdleShutdown = 5

An empty server stopped itself after the configured wait.

PlayerDeath = 2
PlayerJoined = 0
PlayerLeft = 1
ServerCrashed = 3
WokeOnDemand = 6

A stopped server started itself because somebody tried to join.