<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKTurnBasedMatch/Outcome",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@E@GKTurnBasedMatchOutcome"
  },
  "title" : "GKTurnBasedMatch.Outcome"
}
-->

# GKTurnBasedMatch.Outcome

The state of a participant when they forfeit a match or when a match ends.

```
enum Outcome
```

## Topics

### Outcomes

[`GKTurnBasedMatchOutcomeNone`](/documentation/GameKit/GKTurnBasedMatch/Outcome/none)

The participant doesn’t reach an outcome.

[`GKTurnBasedMatchOutcomeQuit`](/documentation/GameKit/GKTurnBasedMatch/Outcome/quit)

The participant forfeits the match.

[`GKTurnBasedMatchOutcomeWon`](/documentation/GameKit/GKTurnBasedMatch/Outcome/won)

The participant wins the match.

[`GKTurnBasedMatchOutcomeLost`](/documentation/GameKit/GKTurnBasedMatch/Outcome/lost)

The participant loses the match.

[`GKTurnBasedMatchOutcomeTied`](/documentation/GameKit/GKTurnBasedMatch/Outcome/tied)

The participant ties the match.

[`GKTurnBasedMatchOutcomeTimeExpired`](/documentation/GameKit/GKTurnBasedMatch/Outcome/timeExpired)

The match ends because the time limit expires.

[`GKTurnBasedMatchOutcomeFirst`](/documentation/GameKit/GKTurnBasedMatch/Outcome/first)

The participant finishes in first place.

[`GKTurnBasedMatchOutcomeSecond`](/documentation/GameKit/GKTurnBasedMatch/Outcome/second)

The participant finishes in second place.

[`GKTurnBasedMatchOutcomeThird`](/documentation/GameKit/GKTurnBasedMatch/Outcome/third)

The participant finishes in third place.

[`GKTurnBasedMatchOutcomeFourth`](/documentation/GameKit/GKTurnBasedMatch/Outcome/fourth)

The participant finishes in fourth place.

[`GKTurnBasedMatchOutcomeCustomRange`](/documentation/GameKit/GKTurnBasedMatch/Outcome/customRange)

The participant reaches a game-specific outcome.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)