tgstation-server
6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Swarm
SwarmCommitResult.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Swarm
2
{
6
public
enum
SwarmCommitResult
7
{
11
AbortUpdate
,
12
16
ContinueUpdateNonCommitted
,
17
21
MustCommitUpdate
,
22
}
23
}
Tgstation.Server.Host.Swarm
Definition
ISwarmOperations.cs:9
Tgstation.Server.Host.Swarm.SwarmCommitResult
SwarmCommitResult
How to proceed on the commit step of an update.
Definition
SwarmCommitResult.cs:7
Tgstation.Server.Host.Swarm.SwarmCommitResult.AbortUpdate
@ AbortUpdate
The update should be aborted.
Tgstation.Server.Host.Swarm.SwarmCommitResult.ContinueUpdateNonCommitted
@ ContinueUpdateNonCommitted
The update should be committed.
Tgstation.Server.Host.Swarm.SwarmCommitResult.MustCommitUpdate
@ MustCommitUpdate
The update MUST be committed.
Generated by
1.9.8