<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAsynchronousKeyValueLoading/status(of:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So29AVAsynchronousKeyValueLoadingP12AVFoundationE6status2ofAC15AVAsyncPropertyC6StatusOyxqd___GAGyxqd__G_tlF"
  },
  "title" : "status(of:)"
}
-->

# status(of:)

Returns a value that indicates the loaded status of a property.

```
func status<T>(of property: AVAsyncProperty<Self, T>) -> AVAsyncProperty<Self, T>.Status
```

## Parameters

`property`

A property identifier with a status to check.

## Return Value

A status value.

## Discussion

A status of [`AVAsyncProperty.Status.loaded(_:)`](/documentation/AVFoundation/AVAsyncProperty/Status/loaded(_:)) provides the property value, and a status of [`AVAsyncProperty.Status.failed(_:)`](/documentation/AVFoundation/AVAsyncProperty/Status/failed(_:)) provides an error that describes the failure.

---

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)