Show / Hide Table of Contents

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.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<OperationState>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX