Search Results for

    Show / Hide Table of Contents

    Class TaskMessageEventArgs

    An event args class for callbacks when a message is generated during the execution of an automatic task.

    Inheritance
    object
    EventArgs
    CancelEventArgs
    MessageEventArgs
    TaskMessageEventArgs
    Inherited Members
    MessageEventArgs.Message
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class TaskMessageEventArgs : MessageEventArgs

    Constructors

    TaskMessageEventArgs()

    Declaration
    public TaskMessageEventArgs()

    Properties

    TaskTemplateIds

    Gets the task template IDs to which the event applies. Usually, this contains exactly one task template id, which is the task template id of the currently executing task. The only case when this returns multiple task template IDs is when multiple content processing automatic tasks are being run in parallel.

    Declaration
    public string[] TaskTemplateIds { get; }
    Property Value
    Type Description
    string[]

    See Also

    RunAutomaticTask(Guid[], string, EventHandler<TaskStatusEventArgs>, EventHandler<TaskMessageEventArgs>)
    In this article
    • Constructors
      • TaskMessageEventArgs()
    • Properties
      • TaskTemplateIds
    • See Also
    Back to top Generated by DocFX