<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundAssets",
  "identifier" : "/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "s:16BackgroundAssets16AssetPackManagerC20DownloadStatusUpdateO"
  },
  "title" : "AssetPackManager.DownloadStatusUpdate"
}
-->

# AssetPackManager.DownloadStatusUpdate

Statuses of an asset-pack download.

```
enum DownloadStatusUpdate
```

## Overview

An asset pack is available locally only after a [`AssetPackManager.DownloadStatusUpdate.finished(_:)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/finished(_:)) status update is posted.

## Topics

### Tracking downloads

[`case began(AssetPack)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/began(_:))

A status update that indicates that the download began or resumed after being paused.

[`case downloading(AssetPack, Progress)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/downloading(_:_:))

A status update that indicates that the download is in progress.

[`case paused(AssetPack)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/paused(_:))

A status update that indicates that the download paused.

[`case finished(AssetPack)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/finished(_:))

A status update that indicates that the download completed and that the asset pack is available locally.

[`case failed(AssetPack, any Error)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/failed(_:_:))

A status update that indicates that the download failed.

## Relationships

### Conforms To

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

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

[`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)