Search Results for

    Show / Hide Table of Contents

    Class TaskSequences

    This class defines standard sequences of well-known automatic task template IDs, which can be used to pass to RunAutomaticTasks(Guid[], String[]) for running a sequence of automatic tasks. The task sequences defined here are similar to the default sequences available in the SDL Trados Studio user interface.

    Inheritance
    System.Object
    TaskSequences
    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.FileBased
    Assembly: Sdl.ProjectAutomation.FileBased.dll
    Syntax
    public static class TaskSequences

    Fields

    AnalyzeOnly

    Convert and analyze files without performing pre-translation.

    Declaration
    public static readonly string[] AnalyzeOnly
    Field Value
    Type Description
    System.String[]

    Finalize

    Update main translation memories and generate target translations for files.

    Declaration
    public static readonly string[] Finalize
    Field Value
    Type Description
    System.String[]

    Prepare

    Convert, analyze, perfect match and pre-translate files.

    Declaration
    public static readonly string[] Prepare
    Field Value
    Type Description
    System.String[]

    PrepareNoProjectTm

    Convert, analyze and pre-translate files without creating project translation memories.

    Declaration
    public static readonly string[] PrepareNoProjectTm
    Field Value
    Type Description
    System.String[]

    PseudoTranslateRoundTrip

    Simulates an end-to-end translation sequence, starting with the original source files, preparing these, then pseudo-translating them before generating target translation output files.

    Declaration
    public static readonly string[] PseudoTranslateRoundTrip
    Field Value
    Type Description
    System.String[]

    On this page

    • Fields
      • AnalyzeOnly
      • Finalize
      • Prepare
      • PrepareNoProjectTm
      • PseudoTranslateRoundTrip
    Back to top Generated by DocFX