Search Results for

    Show / Hide Table of Contents

    Enum TaskMessageType

    Namespace: LemonEdge.API.Entities
    Assembly: API.dll
    Syntax
    public enum TaskMessageType : short

    Fields

    Name Description
    Error

    An error encountered during the task processing.

    Header

    A Status that is the header record for a task. A main section update - normally the start of the task.

    Message

    A message from the task.

    Progress

    A message associated with progress in the task. Normally associated with different stages the task progresses through.

    Extension Methods

    EnumHelper.GetShortFlaggedValues<TaskMessageType>()
    EnumHelper.ToShortGuid<TaskMessageType>()
    MiscExtensions.SetIfNotEqual<TaskMessageType, P>(Expression<Func<TaskMessageType, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, TaskMessageType>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.