public enum ResultStatus| FUTURE | 0 | The underlying event has not started yet. No scores to report. |
| INTERMEDIATE | 1 | The underlying event has started but not yet complete. Only partial scores avalaible to report. The scores reported are the actual scores participants have shot. |
| UNOFFICIAL | 2 | The underlying event has completed. All scores are in but not deemed Final yet. Likely a Challenge Period is still in progress. |
| OFFICIAL | 3 | The underlying event has completed, and all scores are final. |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |