Edit

Share via


TicketStatus Enum

Definition

Defines values that indicate the status of the match request. request.

[Windows.Foundation.Metadata.Version(1)]
public enum TicketStatus
type TicketStatus = 
Public Enum TicketStatus
Inheritance
TicketStatus
Attributes
Windows.Foundation.Metadata.VersionAttribute

Fields

Canceled 4

Matchmaking has been canceled for this ticket.

Expired 1

Matchmaking has not found a match and the search request has expired according to its give up duration.

Found 3

Matchmaking has found a match and the ticket contains a reference to the session that is to be created.

Searching 2

Matchmaking has not found a match yet and it is still searching.

Unknown 0

The status of the match request has not been returned by the server yet or the server returned an unrecognized response.

Applies to