tgstation-server
4.3.2
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.Tasks;
3
4
namespace
Tgstation
.
Server
.Host.
System
5
{
9
interface
IProcessBase
:
IDisposable
10
{
14
Task<int> Lifetime {
get
; }
15
19
void
SetHighPriority();
20
24
void
Suspend();
25
29
void
Resume();
30
}
31
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
IDisposable
Tgstation.Server.Host.System.IProcessBase
Represents process lifetime
Definition:
IProcessBase.cs:9
Tgstation
Generated by
1.8.11