---
title: AVAsyncProperty.Status
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avasyncproperty/status
---

# AVAsyncProperty.Status

Loaded status values for asynchronous properties.

## Declaration

```swift
@frozen enum Status
```

## Mentioned in

Loading media data asynchronously

## Topics

### Status values

- [AVAsyncProperty.Status.notYetLoaded](avfoundation/avasyncproperty/status/notyetloaded.md)
- [AVAsyncProperty.Status.loading](avfoundation/avasyncproperty/status/loading.md)
- [AVAsyncProperty.Status.loaded(_:)](avfoundation/avasyncproperty/status/loaded(_:).md)
- [AVAsyncProperty.Status.failed(_:)](avfoundation/avasyncproperty/status/failed(_:).md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
