Search Results for

    Show / Hide Table of Contents

    Enum TaskMessageType

    Namespace: LemonEdge.API.Entities.Tasks
    Assembly: LemonEdge.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

    LinqExtensions.AsArray<TaskMessageType>(TaskMessageType)
    LinqExtensions.ToArrayOfOne<TaskMessageType>(TaskMessageType)
    LinqExtensions.ToListOfOne<TaskMessageType>(TaskMessageType)
    MiscExtensions.SetIfNotEqual<TaskMessageType, TP>(TaskMessageType, Expression<Func<TaskMessageType, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.