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

# AVAssetWriter.Status.cancelled

The asset writer canceled the writing operation.

## Declaration

```swift
case cancelled
```

## See Also

### Status values

- [AVAssetWriter.Status.unknown](avfoundation/avassetwriter/status-swift.enum/unknown.md)
- [AVAssetWriter.Status.writing](avfoundation/avassetwriter/status-swift.enum/writing.md)
- [AVAssetWriter.Status.completed](avfoundation/avassetwriter/status-swift.enum/completed.md)
- [AVAssetWriter.Status.failed](avfoundation/avassetwriter/status-swift.enum/failed.md)
