---
title: status
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nwpath/status
---

# status

The evaluated status of the network path.

## Declaration

```swift
var status: NWPathStatus { get }
```

## Discussion

Discussion The status of a path indicates whether or not the process is able to make connection attempts to any, or a specific, network endpoint. A satisfied status does not guarantee that a connection will be successful, but it does ensure that there is some interface over which an attempt can be made.

## See Also

### Getting network path properties

- [NWPathStatus](networkextension/nwpathstatus.md)
- [isExpensive](networkextension/nwpath/isexpensive.md)
- [isConstrained](networkextension/nwpath/isconstrained.md)
