csharp
public enum MapStateWhere the map is in its life.
Fields and properties (4)
LoadingThe host is opening it. The realm is not a placement candidate.
ReadyIt is in the world. The realm may report ready.
QuiescingDraining: the map is still simulating, and nobody new arrives.
UnloadedGone.
Used by (3)
- MapAndHeartbeatTestsVixen.Live.Realm.Tests
- MapLifetimeVixen.Live.Realm
- RealmHostTestsVixen.Live.Realm.Tests