Search Results for

    Show / Hide Table of Contents

    Enum WorkState

    Work state enumeration.

    Namespace: Evergine.Framework.Threading
    Assembly: Evergine.Framework.dll
    Syntax
    public enum WorkState

    Fields

    Name Description
    Completed

    The work has been finished

    Idle

    The work is just instantiated

    InProgress

    The work has been started

    InQueue

    The work is pending to be executed

    Extension Methods

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