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 Trados Studio user interface.
Inheritance
Inherited Members
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[] |