tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ISwarmUpdateAborter.cs
Go to the documentation of this file.
1using System.Threading.Tasks;
2
4{
8 public interface ISwarmUpdateAborter
9 {
15 ValueTask AbortUpdate();
16 }
17}
Allows aborting a swarm distributed update operation.
ValueTask AbortUpdate()
Attempt to abort an uncommitted update.