tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Session
LaunchResult.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Globalization;
3
4
namespace
Tgstation
.
Server
.Host.Components.Session
5
{
9
public
sealed
class
LaunchResult
10
{
14
public
TimeSpan? StartupTime {
get
;
set
; }
15
19
public
int
? ExitCode {
get
;
set
; }
20
22
public
override
string
ToString() => String.Format(CultureInfo.InvariantCulture,
"Exit Code: {0}, Time {1}ms"
, ExitCode, StartupTime?.TotalMilliseconds);
23
}
24
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Session.LaunchResult
Represents the result of trying to start a DD process
Definition:
LaunchResult.cs:9
Tgstation
Generated by
1.8.11