Enum ReactiveTimerState
Represents the state of ReactiveTimer.
public enum ReactiveTimerState
Fields
Idle = 0Specifies that the timer is currently not running and not being stopped.
Running = 1Specifies that the timer is currently running.
Stopping = 2Specifies that the timer is currently in the process of being stopped.