---
title: GKTurnBasedMatch.Outcome.quit
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkturnbasedmatch/outcome/quit
---

# GKTurnBasedMatch.Outcome.quit

The participant forfeits the match.

## Declaration

```swift
case quit
```

## Mentioned in

Starting turn-based matches and passing turns between players

## See Also

### Outcomes

- [GKTurnBasedMatch.Outcome.none](gamekit/gkturnbasedmatch/outcome/none.md)
- [GKTurnBasedMatch.Outcome.won](gamekit/gkturnbasedmatch/outcome/won.md)
- [GKTurnBasedMatch.Outcome.lost](gamekit/gkturnbasedmatch/outcome/lost.md)
- [GKTurnBasedMatch.Outcome.tied](gamekit/gkturnbasedmatch/outcome/tied.md)
- [GKTurnBasedMatch.Outcome.timeExpired](gamekit/gkturnbasedmatch/outcome/timeexpired.md)
- [GKTurnBasedMatch.Outcome.first](gamekit/gkturnbasedmatch/outcome/first.md)
- [GKTurnBasedMatch.Outcome.second](gamekit/gkturnbasedmatch/outcome/second.md)
- [GKTurnBasedMatch.Outcome.third](gamekit/gkturnbasedmatch/outcome/third.md)
- [GKTurnBasedMatch.Outcome.fourth](gamekit/gkturnbasedmatch/outcome/fourth.md)
- [GKTurnBasedMatch.Outcome.customRange](gamekit/gkturnbasedmatch/outcome/customrange.md)
