<!--
{
  "availability" : [
    "iOS: 26.1.0 -",
    "iPadOS: 26.1.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHPhotoLibrary/uploadJobExtensionEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHPhotoLibrary(py)uploadJobExtensionEnabled"
  },
  "title" : "uploadJobExtensionEnabled"
}
-->

# uploadJobExtensionEnabled

A Boolean value that indicates whether background asset resource uploading is enabled.

```
var uploadJobExtensionEnabled: Bool { get }
```

## Discussion

The value is `true` if the extension is enabled and active, and is `false` otherwise.

The extension’s host app uses this property to determine the background processing status. See [`PHAssetResourceUploadJob`](/documentation/Photos/PHAssetResourceUploadJob) and [`PHAssetResourceUploadJobChangeRequest`](/documentation/Photos/PHAssetResourceUploadJobChangeRequest) for more information.

---

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)