---
title: status
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerlooper/status-swift.property
---

# status

A status that indicates the object’s ability to loop playback.

## Declaration

```swift
var status: AVPlayerLooper.Status { get }
```

## Discussion

Discussion When the value of this property is AVPlayerLooper.Status.failed or AVPlayerLooper.Status.cancelled, you can no longer use the looper for playback. You need to create a new instance to begin looping again. This property is key-value observable.

## See Also

### Observing looping state

- [loopCount](avfoundation/avplayerlooper/loopcount.md)
- [AVPlayerLooper.Status](avfoundation/avplayerlooper/status-swift.enum.md)
