tgstation-server 6.12.0
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 {
12
17
21 Error,
22 }
23}
HostExitCode
Represents the exit code of the Host program.
@ Error
The program errored and error data was writted to the pending update path as a file.
@ RestartRequested
The program should be re-executed after applying pending updates.
@ CompleteExecution
The program ran to completion and should not be re-executed.