csharp
public enum NavPathRequestStateHow a request is getting on.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
UnknownThe queue has never heard of it, or it has been collected already.
QueuedWaiting for a query to be free.
WorkingBeing searched, a slice at a time.
ReadyFinished. The path is waiting to be taken.
Used by (5)
- CrowdVixen.Navigation
- NavPathQueueVixen.Navigation
- NavPathQueueJobTestsVixen.Navigation.Tests
- NavPathQueueTestsVixen.Navigation.Tests
- SlotVixen.Navigation