---
title: outOfDate
framework: backgroundassets
role: symbol
role_heading: Type Property
path: backgroundassets/assetpack/status/outofdate
---

# outOfDate

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

## Declaration

```swift
static let outOfDate: AssetPack.Status
```

## Discussion

Discussion The presence of this status value doesn’t necessarily imply that an update to the asset pack can be downloaded over the current network connection. Check for the presence of updateAvailable to determine whether an update can currently be downloaded.

## See Also

### Updating assets

- [upToDate](backgroundassets/assetpack/status/uptodate.md)
- [obsolete](backgroundassets/assetpack/status/obsolete.md)
- [updateAvailable](backgroundassets/assetpack/status/updateavailable.md)
