> ## 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.

# XblMatchmakingStatus

> XblMatchmakingStatus

# XblMatchmakingStatus

Defines values that indicate the status of a matchmaking request for a session.

## Syntax

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

## Constants

| Constant  | Description                                                                                                       |
| --------- | ----------------------------------------------------------------------------------------------------------------- |
| Unknown   | The server returned an unrecognized response.                                                                     |
| None      | The matchmaking search is not specified. This status is optional and requires the `clientMatchmaking` capability. |
| Searching | The matchmaking search is still searching.                                                                        |
| Expired   | The matchmaking search has expired.                                                                               |
| Found     | The matchmaking search found a session.                                                                           |
| Canceled  | The matchmaking search was canceled.                                                                              |

## Member of

[XblMultiplayerMatchmakingServer](/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayermatchmakingserver)

## Requirements

**Header:** multiplayer\_c.h

## See also

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)


## Related topics

- [XblMultiplayerMatchmakingServer](/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayermatchmakingserver.md)
- [XblTicketStatus](/reference/live/xsapi-c/matchmaking_c/enums/xblticketstatus.md)
- [XblMultiplayerManagerMatchStatus](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagermatchstatus.md)
- [XblMultiplayerMatchStatus](/reference/live/xsapi-c/multiplayer_manager_c/enums/xblmultiplayermatchstatus.md)
- [MatchmakingTicket.Status](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchmakingTicket/Status.md)
