This version of Unity is unsupported.

NavMeshAgent.pathStatus

public AI.NavMeshPathStatus pathStatus;

Description

The status of the current path (complete, partial or invalid).

Returns NavMeshPathStatus.PathInvalid if either the path is invalid, or the agent is not yet initialized. (See Also: NavMeshPath.status.)