---
title: PHAssetResourceUploadJob.State.pending
framework: photos
role: symbol
role_heading: Case
path: photos/phassetresourceuploadjob/state-swift.enum/pending
---

# PHAssetResourceUploadJob.State.pending

A request has been made to send the asset resource to the destination, but has not yet been fulfilled.

## Declaration

```swift
case pending
```

## Mentioned in

Uploading asset resources in the background

## See Also

### States

- [PHAssetResourceUploadJob.State.registered](photos/phassetresourceuploadjob/state-swift.enum/registered.md)
- [PHAssetResourceUploadJob.State.succeeded](photos/phassetresourceuploadjob/state-swift.enum/succeeded.md)
- [PHAssetResourceUploadJob.State.failed](photos/phassetresourceuploadjob/state-swift.enum/failed.md)
- [PHAssetResourceUploadJob.State.cancelled](photos/phassetresourceuploadjob/state-swift.enum/cancelled.md)
