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
System
IProcess.cs
Go to the documentation of this file.
1
using
System
.Threading;
2
using
System
.Threading.Tasks;
3
4
namespace
Tgstation
.
Server
.Host.
System
5
{
9
interface
IProcess
:
IProcessBase
10
{
14
int
Id {
get
; }
15
19
Task Startup {
get
; }
20
25
string
GetErrorOutput();
26
31
string
GetStandardOutput();
32
37
string
GetCombinedOutput();
38
42
void
Terminate();
43
49
Task<string> GetExecutingUsername(CancellationToken cancellationToken);
50
}
51
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.System.IProcess
Abstraction over a global::System.Diagnostics.Process
Definition:
IProcess.cs:9
Tgstation.Server.Host.System.IProcessBase
Represents process lifetime
Definition:
IProcessBase.cs:10
Tgstation
Generated by
1.8.11