---
title: AVPlayerLooper.Status.cancelled
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avplayerlooper/status-swift.enum/cancelled
---

# AVPlayerLooper.Status.cancelled

The app canceled looping on the player.

## Declaration

```swift
case cancelled
```

## Discussion

Discussion The system sets this status after you call the disableLooping() method.

## See Also

### Status values

- [AVPlayerLooper.Status.unknown](avfoundation/avplayerlooper/status-swift.enum/unknown.md)
- [AVPlayerLooper.Status.ready](avfoundation/avplayerlooper/status-swift.enum/ready.md)
- [AVPlayerLooper.Status.failed](avfoundation/avplayerlooper/status-swift.enum/failed.md)
