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

# AVAssetWriter.Status.completed

The asset writer finishes writing successfully.

## Declaration

```swift
case completed
```

## 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.failed](avfoundation/avassetwriter/status-swift.enum/failed.md)
- [AVAssetWriter.Status.cancelled](avfoundation/avassetwriter/status-swift.enum/cancelled.md)
