Vixen
02b45cc4
csharp
public enum NavPathRequestState

How a request is getting on.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Unknown

    The queue has never heard of it, or it has been collected already.

  • Queued

    Waiting for a query to be free.

  • Working

    Being searched, a slice at a time.

  • Ready

    Finished. The path is waiting to be taken.

Used by (5)

  • CrowdVixen.Navigation
  • NavPathQueueVixen.Navigation
  • NavPathQueueJobTestsVixen.Navigation.Tests
  • NavPathQueueTestsVixen.Navigation.Tests
  • SlotVixen.Navigation