Vixen
02b45cc4
csharp
public enum StopMode

How much of a hurry a stop is in.

Read the guide page for this →

Fields and properties (2)

  • Drain

    Tell 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.

  • Immediate

    Kill 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