tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
HostExitCode.cs
Go to the documentation of this file.
2{
6 public enum HostExitCode
7 {
11 CompleteExecution,
12
16 RestartRequested,
17
21 Error,
22 }
23}
HostExitCode
Represents the exit code of the Host program.
Definition: HostExitCode.cs:7