tgstation-server 6.3.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
DreamDaemonApiBase.cs
Go to the documentation of this file.
2{
6 public abstract class DreamDaemonApiBase : DreamDaemonSettings
7 {
11 [ResponseOptions]
12 public long? SessionId { get; set; }
13
17 [ResponseOptions]
18 public bool? SoftRestart { get; set; }
19
23 [ResponseOptions]
24 public bool? SoftShutdown { get; set; }
25 }
26}
bool? SoftShutdown
If the server is undergoing a soft shutdown.
bool? SoftRestart
If the server is undergoing a soft reset. This may be automatically set by changes to other fields.
long? SessionId
An incrementing ID for representing current server execution.