public enum TimerCommandOptions| NONE | 0 | Does not effect the Range Timer |
| START | 1 | Starts the Range Timer |
| PAUSE | 2 | Pauses the Range Timer |
| RESUME | 3 | Resumes the Range Timer after a pause. |
| STOP | 4 | Stops the Range Timer |
| CLOCK | 5 | Sets the Range Timer to act as a Clock |
| SEGMENT | 6 | To be filled in by Ben. |
| 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) |