PackStatus ​
Represents the state of a game pack.
Kind: Enum
Namespace: CrowdControl.Games
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
PackStatus
NoConnector
No connector is attached to the pack.
PackStatus
ConnectorNotReady
The connector is attached, but is not connected or initialized.
PackStatus
Ready
The connector is connected and the pack is ready to be used.
PackStatus
Exception
An error occurred while trying to connect to the game.
Enums
PackStatus
[NoConnector = 0, ConnectorNotReady = 1, Ready = 2, Exception = 3]Represents the state of a game pack.
