tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
MonitorAction.cs
Go to the documentation of this file.
2{
7 {
12
16 Skip,
17
21 Restart,
22
26 Break,
27
31 Exit,
32 }
33}
MonitorAction
The action for the monitor loop to take when control is returned to it.
@ Restart
The monitor should kill and restart both servers.
@ Skip
Skips the next call to HandleMonitorWakeup action.
@ Continue
The monitor should continue as normal.
@ Break
The monitor should stop checking actions for this iteration and continue its loop.
@ Exit
The monitor should end all sessions and exit.