Enum NotificationKind
- Namespace
- McServerLauncher.Models
- Assembly
- McServerLauncher.dll
The kinds of desktop notification the app can raise.
public enum NotificationKind
Fields
AutoRestartGaveUp = 4IdleShutdown = 5An empty server stopped itself after the configured wait.
PlayerDeath = 2PlayerJoined = 0PlayerLeft = 1ServerCrashed = 3WokeOnDemand = 6A stopped server started itself because somebody tried to join.