TimerEnabled Property

Enable the timer tick events

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public bool Enabled { get; set; }

Property Value

Boolean
True means the timer is active and will deliver Tick events every Interval milliseconds.

Return Value

Boolean
Enabled state of timer tick events

See Also