Class SchedulerStatus
Represents the status of a logical scheduler.
Inheritance
System.Object
SchedulerStatus
Namespace: Reaqtive.Scheduler
Assembly: Reaqtive.Scheduler.dll
Syntax
public sealed class SchedulerStatus : Enum
Fields
Disposed
The scheduler has been disposed.
Declaration
public const SchedulerStatus Disposed
Field Value
| Type | Description |
|---|---|
| SchedulerStatus |
Paused
The sheduler has been paused.
Declaration
public const SchedulerStatus Paused
Field Value
| Type | Description |
|---|---|
| SchedulerStatus |
Pausing
The scheduler is in the process of pausing.
Declaration
public const SchedulerStatus Pausing
Field Value
| Type | Description |
|---|---|
| SchedulerStatus |
Running
The scheduler is running.
Declaration
public const SchedulerStatus Running
Field Value
| Type | Description |
|---|---|
| SchedulerStatus |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |