tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
WatchdogStatus.cs
Go to the documentation of this file.
2{
6 public enum WatchdogStatus
7 {
11 Offline,
12
17
21 Online,
22
27 }
28}
WatchdogStatus
The current status of the watchdog.
@ DelayedRestart
The watchdog is online and in a delayed sleep to bring DreamDaemon back.
@ Online
The watchdog is online and DreamDaemon is running.
@ Offline
The watchdog is not running.
@ Restoring
The watchdog is online and attempting to bring DreamDaemon back to operational status.