---
title: GKTurnBasedParticipant.Status.invited
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkturnbasedparticipant/status-swift.enum/invited
---

# GKTurnBasedParticipant.Status.invited

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

## Declaration

```swift
case invited
```

## See Also

### Constants

- [GKTurnBasedParticipant.Status.unknown](gamekit/gkturnbasedparticipant/status-swift.enum/unknown.md)
- [GKTurnBasedParticipant.Status.declined](gamekit/gkturnbasedparticipant/status-swift.enum/declined.md)
- [GKTurnBasedParticipant.Status.matching](gamekit/gkturnbasedparticipant/status-swift.enum/matching.md)
- [GKTurnBasedParticipant.Status.active](gamekit/gkturnbasedparticipant/status-swift.enum/active.md)
- [GKTurnBasedParticipant.Status.done](gamekit/gkturnbasedparticipant/status-swift.enum/done.md)
