For Babelfish Release 1.11.1.3

TimerCommandOptions Enumeration

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum TimerCommandOptions

Members

NONE0 Does not effect the Range Timer
START1 Starts the Range Timer
PAUSE2 Pauses the Range Timer
RESUME3 Resumes the Range Timer after a pause.
STOP4 Stops the Range Timer
CLOCK5 Sets the Range Timer to act as a Clock
SEGMENT6 To be filled in by Ben.

Extension Methods

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)

See Also