---
title: status
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkaudiofileplayeritem/status
---

# status

The status of the player item.

## Declaration

```swift
var status: WKAudioFilePlayerItemStatus { get }
```

## Discussion

Discussion When the value of this property is WKAudioFilePlayerItemStatus.failed, the error property contains the reason for the failure.

## See Also

### Getting Information About the Item

- [asset](watchkit/wkaudiofileplayeritem/asset.md)
- [error](watchkit/wkaudiofileplayeritem/error.md)
