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
IProcessBase.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Threading;
3
using
System
.Threading.Tasks;
4
5
namespace
Tgstation
.
Server
.Host.
System
6
{
10
interface
IProcessBase
:
IDisposable
11
{
15
Task<int> Lifetime {
get
; }
16
20
void
SetHighPriority();
21
25
void
Suspend();
26
30
void
Resume();
31
38
Task CreateDump(
string
outputFile, CancellationToken cancellationToken);
39
}
40
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
IDisposable
Tgstation.Server.Host.System.IProcessBase
Represents process lifetime
Definition:
IProcessBase.cs:10
Tgstation
Generated by
1.8.11