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

# status

The status of the player.

## Declaration

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

## Discussion

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

## See Also

### Getting Information About the Player

- [currentItem](watchkit/wkaudiofileplayer/currentitem.md)
- [error](watchkit/wkaudiofileplayer/error.md)
