Enum MatchStatus
Match status
Namespace: Unity.PSN.PS5.Matches
Syntax
public enum MatchStatus
Fields
| Name | Description |
|---|---|
| Cancelled | The match has been terminated without it reporting results |
| Completed | The match has concluded with results reported |
| NotSet | Not set |
| OnHold | The match is temporarily paused |
| Playing | The match has begun and is currently underway |
| Scheduled | The match has yet to begin, indicating a status in which it will begin at the specified time. (Currently, matches with this status cannot be created; it is anticipated that the status will be used in the future.) |
| Waiting | The match is waiting for players to participate |