---
title: uploadJobExtensionEnabled
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phphotolibrary/uploadjobextensionenabled
---

# uploadJobExtensionEnabled

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

## Declaration

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

## Mentioned in

Uploading asset resources in the background

## Discussion

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 and ````PHAssetResourceUploadJobChangeRequest`` for more information.

## See Also

### Enabling an Upload Job Extension

- [setUploadJobExtensionEnabled(_:)](photos/phphotolibrary/setuploadjobextensionenabled(_:).md)
