> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblTicketStatus

> XblTicketStatus

# XblTicketStatus

Defines values used to indicate the status of the match request.

## Syntax

```cpp theme={null}
enum class XblTicketStatus  : uint32_t  
{  
    Unknown,  
    Expired,  
    Searching,  
    Found,  
    Canceled  
}  
```

## Constants

| Constant  | Description                                                                                                              |
| --------- | ------------------------------------------------------------------------------------------------------------------------ |
| Unknown   | The status of the match request has not been returned by the server yet or the server returned an unrecognized response. |
| Expired   | Matchmaking has not found a match and the search request has expired according to its give up duration.                  |
| Searching | Matchmaking has not found a match yet and it is still searching.                                                         |
| Found     | Matchmaking has found a match and the ticket contains a reference to the session that is to be created.                  |
| Canceled  | Matchmaking has been canceled for this ticket.                                                                           |

## Requirements

**Header:** matchmaking\_c.h

## See also

[matchmaking\_c](/reference/live/xsapi-c/matchmaking_c/matchmaking_c_members)


## Related topics

- [XblMatchTicketDetailsResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblmatchticketdetailsresponse.md)
- [XblMultiplayerManagerCancelMatch](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagercancelmatch.md)
- [MatchmakingTicket.Status](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchmakingTicket/Status.md)
- [MatchmakingTicketStatus](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchmakingTicketStatus.md)
- [PFMatchmakingTicketStatus](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/enums/pfmatchmakingticketstatus.md)
