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