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

# MTLIOStatus.cancelled

Indicates the GPU has successfully abandoned the input/output command buffer.

## Declaration

```swift
case cancelled
```

## See Also

### I/O command queue states

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