Table of Contents

Enum ReactiveTimerState

Namespace
LfrlAnvil.Reactive.Chrono
Assembly
LfrlAnvil.Reactive.Chrono.dll

Represents the state of ReactiveTimer.

public enum ReactiveTimerState

Fields

Idle = 0

Specifies that the timer is currently not running and not being stopped.

Running = 1

Specifies that the timer is currently running.

Stopping = 2

Specifies that the timer is currently in the process of being stopped.