Enum EventState
Enumerates all the possible event states.
Namespace: Fibula.Scheduling.Contracts.Enumerations
Assembly: Fibula.Scheduling.Contracts.dll
Syntax
public enum EventState
Fields
| Name | Description |
|---|---|
| Cancelled | The event was cancelled. |
| Completed | The event was processed to completion. |
| Created | The event has not been scheduled yet. |
| Scheduled | The event has been scheduled and is waiting to be executed. |