---
title: PHAssetResourceUploadJob.Action.acknowledge
framework: photos
role: symbol
role_heading: Case
path: photos/phassetresourceuploadjob/action/acknowledge
---

# PHAssetResourceUploadJob.Action.acknowledge

A job that requires acknowledgement.

## Declaration

```swift
case acknowledge
```

## Mentioned in

Uploading asset resources in the background

## Discussion

Discussion An acknowledgeable job has a state of succeeded or failed and hasn’t been acknowledged. Call acknowledge() to acknowledge a job and free queue capacity for new uploads.

## See Also

### Actions

- [PHAssetResourceUploadJob.Action.retry](photos/phassetresourceuploadjob/action/retry.md)
