csharp
public enum StopModeHow much of a hurry a stop is in.
Fields and properties (2)
DrainTell it to drain and wait. Players are moved at safe moments and the process exits when the last one has gone — which may be minutes, and is the whole point of § Drain.
ImmediateKill it. Everything volatile in it is lost, which for a realm means the fight in progress; durable state is not at risk because it was never in the process (ADR-021).
Used by (7)
- DockerPlacementVixen.Live.Placement.Docker
- DockerPlacementTestsVixen.Live.Placement.Docker.Tests
- IRealmPlacementVixen.Live.Abstractions
- KubernetesPlacementVixen.Live.Placement.Kubernetes
- KubernetesPlacementTestsVixen.Live.Placement.Kubernetes.Tests
- ProcessPlacementVixen.Live.Placement.Process
- ProcessPlacementTestsVixen.Live.Placement.Process.Tests