tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Core
IServerUpdateExecutor.cs
Go to the documentation of this file.
1
using
System.Threading;
2
using
System.Threading.Tasks;
3
4
namespace
Tgstation.Server.Host.Core
5
{
9
public
interface
IServerUpdateExecutor
10
{
18
ValueTask<bool>
ExecuteUpdate
(
string
updatePath, CancellationToken cancellationToken, CancellationToken criticalCancellationToken);
19
}
20
}
Tgstation.Server.Host.Core.IServerUpdateExecutor
Executes server update operations.
Definition
IServerUpdateExecutor.cs:10
Tgstation.Server.Host.Core.IServerUpdateExecutor.ExecuteUpdate
ValueTask< bool > ExecuteUpdate(string updatePath, CancellationToken cancellationToken, CancellationToken criticalCancellationToken)
Executes a pending server update by extracting the new server to a given updatePath .
Tgstation.Server.Host.Core
Definition
Application.cs:77
Generated by
1.9.8