tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Session
RebootState.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Session
2
{
6
public
enum
RebootState
:
int
7
{
11
Normal
= 0,
12
16
Shutdown
= 1,
17
21
Restart
= 2,
22
}
23
}
Tgstation.Server.Host.Components.Session
Definition
ApiValidationStatus.cs:2
Tgstation.Server.Host.Components.Session.RebootState
RebootState
Represents the action to take when /world/Reboot() is called.
Definition
RebootState.cs:7
Tgstation.Server.Host.Components.Session.RebootState.Shutdown
@ Shutdown
Shutdown DreamDaemon.
Tgstation.Server.Host.Components.Session.RebootState.Restart
@ Restart
Restart the DreamDaemon process.
Tgstation.Server.Host.Components.Session.RebootState.Normal
@ Normal
Run DreamDaemon's normal reboot process.
Generated by
1.9.8