Class MapGenerationStatus
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
The generation status of a map.
public sealed record MapGenerationStatus : IEquatable<MapGenerationStatus>
- Inheritance
-
MapGenerationStatus
- Implements
- Inherited Members
Properties
CurrentStep
The current generation step, when generating.
public string? CurrentStep { get; init; }
Property Value
LastGeneratorPingUtc
The last time the generator reported progress (UTC).
public DateTimeOffset? LastGeneratorPingUtc { get; init; }
Property Value
MapId
The map identifier, once assigned.
public string? MapId { get; init; }
Property Value
QueuePosition
The position in the generation queue, when queued.
public int? QueuePosition { get; init; }
Property Value
- int?
State
The current lifecycle state.
public MapState State { get; init; }