# StatusDetailMask

> Bitmask that has 0 set for the Success, Failure and InProgress bits and 1 set for all the other flags.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Experimental.AI](/engine/6000.5/script-reference/unityengine/experimental/ai.md)
* **Assembly:** UnityEngine.AIModule

> **Warning:**
>
> **Deprecated.** The experimental PathQueryStatus enum has been deprecated. Use NavQueryStatus instead.

```csharp
StatusDetailMask = 16777215
```

### Remarks

It can be used to separate the detail flags from the main status flags.
