<!--
{
  "availability" : [
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKBackgroundFetchResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKBackgroundFetchResult"
  },
  "title" : "WKBackgroundFetchResult"
}
-->

# WKBackgroundFetchResult

The result of an attempt to download the content associated with a remote notification.

```
enum WKBackgroundFetchResult
```

## Topics

### Fetch Results

[`case failed`](/documentation/WatchKit/WKBackgroundFetchResult/failed)

The download attempt failed.

[`case newData`](/documentation/WatchKit/WKBackgroundFetchResult/newData)

The download attempt succeeded.

[`case noData`](/documentation/WatchKit/WKBackgroundFetchResult/noData)

The notification has no associated content.

### Initializers

[`init?(rawValue: UInt)`](/documentation/WatchKit/WKBackgroundFetchResult/init(rawValue:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)