# Sandbox.Navigation.NavMeshPathStatus

- Kind: enum
- Namespace: `Sandbox.Navigation`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Complete`](/api/Sandbox.Navigation.NavMeshPathStatus/Complete): Path found from start to target.
- [`Partial`](/api/Sandbox.Navigation.NavMeshPathStatus/Partial): Path found, but does not reach the target. The returned path will be to the closest location that can be reached.
- [`PathNotFound`](/api/Sandbox.Navigation.NavMeshPathStatus/PathNotFound): No path could be found.
- [`StartNotFound`](/api/Sandbox.Navigation.NavMeshPathStatus/StartNotFound): Start location was not found on the navmesh.
- [`TargetNotFound`](/api/Sandbox.Navigation.NavMeshPathStatus/TargetNotFound): Target location was not found on the navmesh.
