tgstation-server
6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Swarm
SwarmUpdateAbortResult.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Swarm
2
{
6
public
enum
SwarmUpdateAbortResult
7
{
11
Aborted
,
12
16
AlreadyAborted
,
17
21
CantAbortCommitted
,
22
}
23
}
Tgstation.Server.Host.Swarm
Definition
ISwarmOperations.cs:9
Tgstation.Server.Host.Swarm.SwarmUpdateAbortResult
SwarmUpdateAbortResult
Result of attempting to abort a SwarmUpdateOperation.
Definition
SwarmUpdateAbortResult.cs:7
Tgstation.Server.Host.Swarm.SwarmUpdateAbortResult.AlreadyAborted
@ AlreadyAborted
The operation was already successfully aborted by another caller.
Tgstation.Server.Host.Swarm.SwarmUpdateAbortResult.Aborted
@ Aborted
The operation was successfully aborted by the caller and followup actions should be perform.
Tgstation.Server.Host.Swarm.SwarmUpdateAbortResult.CantAbortCommitted
@ CantAbortCommitted
The operation cannot abort because it has committed.
Generated by
1.9.8