<!--
{
  "availability" : [
    "iOS: 26.1.0 -",
    "iPadOS: 26.1.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHAssetResourceUploadJob/Action",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHAssetResourceUploadJobAction"
  },
  "title" : "PHAssetResourceUploadJob.Action"
}
-->

# PHAssetResourceUploadJob.Action

An action to perform on an upload job.

```
enum Action
```

## Overview

Determine the available jobs for an action by calling the [`fetchJobs(action:options:)`](/documentation/Photos/PHAssetResourceUploadJob/fetchJobs(action:options:)) method.

## Topics

### Actions

[`case acknowledge`](/documentation/Photos/PHAssetResourceUploadJob/Action/acknowledge)

A job that requires acknowledgement.

[`case retry`](/documentation/Photos/PHAssetResourceUploadJob/Action/retry)

A job to retry processing.

### Initializers

[`init?(rawValue: Int)`](/documentation/Photos/PHAssetResourceUploadJob/Action/init(rawValue:))

### Enumeration Cases

[`case process`](/documentation/Photos/PHAssetResourceUploadJob/Action/process)

A job to process.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)