Enum GameStatus
Represents the status of the game using predefined status codes. Note that there may be more codes than these -- these are the status codes observed manually.
Namespace: BaseballSharp.Enums
Assembly: BaseballSharp.dll
Syntax
public enum GameStatus
Fields
| Name | Description |
|---|---|
| Delayed | |
| Final | |
| InProgress | |
| PreGame | |
| Scheduled |