Search Results for

    Show / Hide Table of Contents

    Enum WorkActionState

    State of a IWorkAction at a given point of time.

    Namespace: Evergine.Framework.Services
    Assembly: Evergine.Framework.dll
    Syntax
    public enum WorkActionState

    Fields

    Name Description
    Aborted

    The IWorkAction has been aborted and has finished execution.

    Finished

    The IWorkAction has finished executing correctly.

    None

    The IWorkAction has been created.

    Running

    The IWorkAction is executing.

    Waiting

    The IWorkAction is waiting to resume its execution.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX