<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 6.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAudioFilePlayerItem/status",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKAudioFilePlayerItem(py)status"
  },
  "title" : "status"
}
-->

# status

The status of the player item.

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

## Discussion

When the value of this property is [`WKAudioFilePlayerItemStatus.failed`](/documentation/WatchKit/WKAudioFilePlayerItemStatus/failed), the [`error`](/documentation/WatchKit/WKAudioFilePlayerItem/error) property contains the reason for 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)