<!--
{
  "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/GKTurnBasedParticipant/Status-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@E@GKTurnBasedParticipantStatus"
  },
  "title" : "GKTurnBasedParticipant.Status"
}
-->

# GKTurnBasedParticipant.Status

The state the participant is in during the match.

```
enum Status
```

## Topics

### Constants

[`GKTurnBasedParticipantStatusUnknown`](/documentation/GameKit/GKTurnBasedParticipant/Status-swift.enum/unknown)

The participant is in an unexpected state.

[`GKTurnBasedParticipantStatusInvited`](/documentation/GameKit/GKTurnBasedParticipant/Status-swift.enum/invited)

The participant is invited to the match, but hasn’t responded to the invitation.

[`GKTurnBasedParticipantStatusDeclined`](/documentation/GameKit/GKTurnBasedParticipant/Status-swift.enum/declined)

The participant declines the invitation to join the match, automatically terminating the match.

[`GKTurnBasedParticipantStatusMatching`](/documentation/GameKit/GKTurnBasedParticipant/Status-swift.enum/matching)

The participant represents an unfilled position in the match that Game Center promises to fill when needed.

[`GKTurnBasedParticipantStatusActive`](/documentation/GameKit/GKTurnBasedParticipant/Status-swift.enum/active)

The participant joins the match and is an active player.

[`GKTurnBasedParticipantStatusDone`](/documentation/GameKit/GKTurnBasedParticipant/Status-swift.enum/done)

The participant leaves the match.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)