<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/SCNetworkConnectionStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@E@SCNetworkConnectionStatus"
  },
  "title" : "SCNetworkConnectionStatus"
}
-->

# SCNetworkConnectionStatus

The current status of the network connection.

```
enum SCNetworkConnectionStatus
```

## Overview

This status is intended to be generic and high level. An extended status, specific to the type of network connection, is also available for applications that need additonal information.

## Topics

### Constants

[`SCNetworkConnectionStatus.invalid`](/documentation/SystemConfiguration/SCNetworkConnectionStatus/invalid)

The network connection refers to an invalid service.

[`SCNetworkConnectionStatus.disconnected`](/documentation/SystemConfiguration/SCNetworkConnectionStatus/disconnected)

The network connection is disconnected.

[`SCNetworkConnectionStatus.connecting`](/documentation/SystemConfiguration/SCNetworkConnectionStatus/connecting)

The network connection is connecting.

[`SCNetworkConnectionStatus.connected`](/documentation/SystemConfiguration/SCNetworkConnectionStatus/connected)

The network connection is connected.

[`SCNetworkConnectionStatus.disconnecting`](/documentation/SystemConfiguration/SCNetworkConnectionStatus/disconnecting)

The network connection is disconnecting.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)