Enum ProcessStatus
Defines the possible status values for event processes.
Namespace: OEMS.Core.Domain.Enums
Assembly: OEMS.Core.dll
Syntax
public enum ProcessStatus
Fields
Name | Description |
---|---|
Cancelled | The process has been cancelled and will not continue. |
Completed | The process has been completed successfully. |
InProgress | The process is currently in progress. |
NotStarted | The process has not yet started. |