---
title: MTLIOStatus.complete
framework: metal
role: symbol
role_heading: Case
path: metal/mtliostatus/complete
---

# MTLIOStatus.complete

Indicates the GPU has successfully finished executing the input/output command buffer.

## Declaration

```swift
case complete
```

## See Also

### I/O command queue states

- [MTLIOStatus.pending](metal/mtliostatus/pending.md)
- [MTLIOStatus.cancelled](metal/mtliostatus/cancelled.md)
- [MTLIOStatus.error](metal/mtliostatus/error.md)
