Search Results for

    Show / Hide Table of Contents

    Class TaskSequence

    Represents a sequence of automatic tasks that is executing or has finished executing.

    Inheritance
    object
    TaskSequence
    Inherited Members
    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 TaskSequence

    Constructors

    TaskSequence()

    Declaration
    public TaskSequence()

    Properties

    OutputFiles

    Gets the output files of this task sequence.

    Declaration
    public TaskFileInfo[] OutputFiles { get; }
    Property Value
    Type Description
    TaskFileInfo[]
    Remarks

    This will only populated if the task sequence was successfully completed, i.e. Status is Completed. This property always reflects the output files of the last task in the sequence.

    Status

    Gets the status of this task sequence.

    Declaration
    public TaskStatus Status { get; }
    Property Value
    Type Description
    TaskStatus

    SubTasks

    Gets the automatic tasks that are part of this sequence.

    Declaration
    public AutomaticTask[] SubTasks { get; }
    Property Value
    Type Description
    AutomaticTask[]
    In this article
    • Constructors
      • TaskSequence()
    • Properties
      • OutputFiles
      • Status
      • SubTasks
    Back to top Generated by DocFX