Search Results for

    Show / Hide Table of Contents

    Class AutomaticTask

    Inheritance
    System.Object
    Task
    AutomaticTask
    Inherited Members
    Task.Id
    Task.InputFiles
    Task.Status
    Task.Name
    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 AutomaticTask : Task

    Constructors

    AutomaticTask()

    Declaration
    public AutomaticTask()

    Properties

    Messages

    Declaration
    public ExecutionMessage[] Messages { get; }
    Property Value
    Type Description
    ExecutionMessage[]

    OutputFiles

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

    Reports

    Declaration
    public TaskReport[] Reports { get; }
    Property Value
    Type Description
    TaskReport[]

    TemplateIds

    Declaration
    public string[] TemplateIds { get; }
    Property Value
    Type Description
    System.String[]

    On this page

    • Constructors
      • AutomaticTask()
    • Properties
      • Messages
      • OutputFiles
      • Reports
      • TemplateIds
    Back to top Generated by DocFX