Enum EventStatus
Defines the possible status values for events in the OEMS system.
Namespace: OEMS.Core.Domain.Enums
Assembly: OEMS.Core.dll
Syntax
public enum EventStatus
Fields
Name | Description |
---|---|
Archived | The event has been archived for historical record keeping. |
Cancelled | The event has been cancelled and will not take place. |
Completed | The event has been completed successfully. |
Ongoing | The event is currently in progress. |
Planned | The event is planned but has not yet started. |