tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IAdministrationAuthority.cs
Go to the documentation of this file.
1using System;
4
9
11{
43}
Business logic for interating with the server.
Definition IAuthority.cs:9
IAuthority for administrative server operations.
ValueTask< AuthorityResponse > TriggerServerRestart()
Triggers a restart of tgstation-server without terminating running game instances.
ValueTask< AuthorityResponse< ServerUpdateResponse > > TriggerServerVersionChange(Version targetVersion, bool uploadZip, CancellationToken cancellationToken)
Triggers a restart of tgstation-server without terminating running game instances,...
ValueTask< AuthorityResponse< AdministrationResponse > > GetUpdateInformation(bool forceFresh, CancellationToken cancellationToken)
Gets the AdministrationResponse containing server update information.
@ List
User may list files if the Models.Instance allows it.
AdministrationRights
Administration rights for the server.