tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
Classes | Enumerations
Tgstation.Server.Host.Common Namespace Reference

Classes

class  PipeCommands
 Values able to be passed via the update file path. More...
 

Enumerations

enum  HostExitCode { CompleteExecution , RestartRequested , Error }
 Represents the exit code of the Host program. More...
 

Enumeration Type Documentation

◆ HostExitCode

Represents the exit code of the Host program.

Enumerator
CompleteExecution 

The program ran to completion and should not be re-executed.

RestartRequested 

The program should be re-executed after applying pending updates.

Error 

The program errored and error data was writted to the pending update path as a file.

Definition at line 6 of file HostExitCode.cs.

7 {
12
17
21 Error,
22 }
@ 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.