<!--
{
  "availability" : [
    "iOS: 2.0.0 - 17.4.0",
    "iPadOS: 2.0.0 - 17.4.0",
    "macCatalyst: 13.1.0 - 17.4.0",
    "macOS: 10.3.0 - 14.4.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 1.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/SCNetworkReachabilityScheduleWithRunLoop(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@F@SCNetworkReachabilityScheduleWithRunLoop"
  },
  "title" : "SCNetworkReachabilityScheduleWithRunLoop(_:_:_:)"
}
-->

# SCNetworkReachabilityScheduleWithRunLoop(_:_:_:)

Schedules the specified network target with the specified run loop and mode.

```
func SCNetworkReachabilityScheduleWithRunLoop(_ target: SCNetworkReachability, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool
```

## Parameters

`target`

The address or name that is set up for asynchronous notifications. Must not be `NULL`.

`runLoop`

The run loop on which the target should be scheduled. Must not be `NULL`.

`runLoopMode`

The mode in which to schedule the target. Must not be `NULL`.

## Return Value

`TRUE` if the target is scheduled successfully; otherwise,  `FALSE`.

## Discussion

---

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)