Enum OperationState
The operation state.
Namespace: Kephas.Operations
Assembly: Kephas.Core.dll
Syntax
[Flags]
public enum OperationState
Fields
Name | Description |
---|---|
Aborted | The operation was aborted. |
Canceled | The operation was canceled by the user. |
Completed | The operation completed. |
Failed | The operation failed. |
InProgress | The operation started and is in progress. |
NotStarted | The operation is not yet started. |
Paused | The operation is paused. |
TimedOut | The operation timed out. |
Warning | The operation reported some warnings. |