tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SwarmUpdateAbortResult.cs
Go to the documentation of this file.
2{
7 {
11 Aborted,
12
17
22 }
23}
SwarmUpdateAbortResult
Result of attempting to abort a SwarmUpdateOperation.
@ AlreadyAborted
The operation was already successfully aborted by another caller.
@ Aborted
The operation was successfully aborted by the caller and followup actions should be perform.
@ CantAbortCommitted
The operation cannot abort because it has committed.