<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchConnectivity",
  "identifier" : "/documentation/WatchConnectivity/WCSession/hasContentPending",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Watch Connectivity"
    ],
    "preciseIdentifier" : "c:objc(cs)WCSession(py)hasContentPending"
  },
  "title" : "hasContentPending"
}
-->

# hasContentPending

A Boolean value that indicates whether the session has more content to deliver.

```
var hasContentPending: Bool { get }
```

## Discussion

<doc://com.apple.documentation/documentation/Swift/true> if the session has received data in the background but has not yet delivered that data to the session’s delegate. The following methods send data in the background:

- [`updateApplicationContext(_:)`](/documentation/WatchConnectivity/WCSession/updateApplicationContext(_:))
- [`transferUserInfo(_:)`](/documentation/WatchConnectivity/WCSession/transferUserInfo(_:))
- [`transferCurrentComplicationUserInfo(_:)`](/documentation/WatchConnectivity/WCSession/transferCurrentComplicationUserInfo(_:))
- [`transferFile(_:metadata:)`](/documentation/WatchConnectivity/WCSession/transferFile(_:metadata:))

---

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)