Class TaskSequence
Represents a sequence of automatic tasks that is executing or has finished executing.
Inheritance
System.Object
TaskSequence
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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[] |