---
title: status
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkturnbasedparticipant/status-swift.property
---

# status

The status of the participant.

## Declaration

```swift
var status: GKTurnBasedParticipant.Status { get }
```

## Mentioned in

Starting turn-based matches and passing turns between players

## See Also

### Retrieving Participant Details

- [lastTurnDate](gamekit/gkturnbasedparticipant/lastturndate.md)
- [timeoutDate](gamekit/gkturnbasedparticipant/timeoutdate.md)
- [player](gamekit/gkturnbasedparticipant/player.md)
- [GKTurnBasedParticipant.Status](gamekit/gkturnbasedparticipant/status-swift.enum.md)
- [playerID](gamekit/gkturnbasedparticipant/playerid.md)
