<!--
{
  "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/AssetPack/Status",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "s:16BackgroundAssets9AssetPackV6StatusV"
  },
  "title" : "AssetPack.Status"
}
-->

# AssetPack.Status

The status of an asset pack.

```
struct Status
```

## Topics

### Tracking downloads

[`static let downloadAvailable: AssetPack.Status`](/documentation/BackgroundAssets/AssetPack/Status/downloadAvailable)

A status value that indicates that the asset pack is available to download.

[`static let downloading: AssetPack.Status`](/documentation/BackgroundAssets/AssetPack/Status/downloading)

A status value that indicates that the system is currently downloading the asset pack.

[`static let downloaded: AssetPack.Status`](/documentation/BackgroundAssets/AssetPack/Status/downloaded)

A status value that indicates that the system finished downloading the asset pack.

### Updating assets

[`static let upToDate: AssetPack.Status`](/documentation/BackgroundAssets/AssetPack/Status/upToDate)

A status value that indicates that the downloaded asset pack is up to date.

[`static let outOfDate: AssetPack.Status`](/documentation/BackgroundAssets/AssetPack/Status/outOfDate)

A status value that indicates that the downloaded asset pack is out of date.

[`static let obsolete: AssetPack.Status`](/documentation/BackgroundAssets/AssetPack/Status/obsolete)

A status value that indicates that the asset pack is no longer available to download.

[`static let updateAvailable: AssetPack.Status`](/documentation/BackgroundAssets/AssetPack/Status/updateAvailable)

A status value that indicates that an update to the asset pack is available to download.

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)