<!--
{
  "availability" : [
    "iOS: 26.1.0 -",
    "iPadOS: 26.1.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHBackgroundResourceUploadProcessingResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "s:6Photos42PHBackgroundResourceUploadProcessingResultO"
  },
  "title" : "PHBackgroundResourceUploadProcessingResult"
}
-->

# PHBackgroundResourceUploadProcessingResult

```
enum PHBackgroundResourceUploadProcessingResult
```

## Topics

### Processing results

[`case completed`](/documentation/Photos/PHBackgroundResourceUploadProcessingResult/completed)

the extension has completed all processing required and is up to date with the photos library

[`case failure`](/documentation/Photos/PHBackgroundResourceUploadProcessingResult/failure)

the extension failed the processing task with an error

[`case processing`](/documentation/Photos/PHBackgroundResourceUploadProcessingResult/processing)

the extension has only partially completed its processing and still requires more time

## Relationships

### Conforms To

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

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

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

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

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

---

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)