Vixen
02b45cc4
csharp
public readonly record struct FleetAction

One decision about one map.

Read the guide page for this →

Fields and properties (4)

  • public FleetActionKind Kind

    What to do.

  • public ShardId Shard

    Which shard, on Drain.

  • public string Reason

    Why, in a sentence, for the log and the fleet view.

  • public static FleetAction None

    Do nothing.

Methods (2)

  • public FleetAction(FleetActionKind Kind, ShardId Shard, string Reason)

    One decision about one map.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (6)

  • FleetSimulationVixen.Live.Orchestrator.Tests
  • MapCoordinatorVixen.Live.Orchestrator
  • MapCoordinatorTestsVixen.Live.Orchestrator.Tests
  • MapFleetVixen.Live.Orchestrator
  • MapFleetTestsVixen.Live.Orchestrator.Tests
  • MapGrainVixen.Live.Orchestrator