tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Watchdog
MonitorActivationReason.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Watchdog
2
{
6
enum
MonitorActivationReason
7
{
11
ActiveServerCrashed
,
12
16
ActiveServerRebooted
,
17
21
NewDmbAvailable
,
22
26
ActiveLaunchParametersUpdated
,
27
31
HealthCheck
,
32
36
ActiveServerPrimed
,
37
42
ActiveServerStartup
,
43
}
44
}
Tgstation.Server.Host.Components.Watchdog
Definition
AdvancedWatchdog.cs:22
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason
MonitorActivationReason
Reasons for the monitor to wake up.
Definition
MonitorActivationReason.cs:7
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason.ActiveServerPrimed
@ ActiveServerPrimed
Server primed.
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason.ActiveLaunchParametersUpdated
@ ActiveLaunchParametersUpdated
Server launch parameters were changed.
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason.HealthCheck
@ HealthCheck
A health check is required.
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason.ActiveServerStartup
@ ActiveServerStartup
Server started.
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason.NewDmbAvailable
@ NewDmbAvailable
A new .dmb was deployed.
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason.ActiveServerCrashed
@ ActiveServerCrashed
The active server crashed or exited.
Tgstation.Server.Host.Components.Watchdog.MonitorActivationReason.ActiveServerRebooted
@ ActiveServerRebooted
The active server called /world/Reboot().
Generated by
1.9.8