Enum ReactiveSchedulerState
Represents the state of ReactiveScheduler<TKey>.
public enum ReactiveSchedulerState
Fields
Created = 0Specifies that the scheduler has not been started yet.
Disposed = 3Specifies that the scheduler has been disposed.
Running = 1Specifies that the scheduler is currently running.
Stopping = 2Specifies that the scheduler is currently in the process of being disposed.