Enum Continuation
Enumerates the ways how to continue the interpretation of an edit script if an action was executed.
Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum Continuation
Fields
Name | Description |
---|---|
ExecuteAll | Always execute all edit actions in the script. Note that when applying all actions in the script, applying an action may modify the changes applied by a previously applied action, or influence the application of a subsequent action. |
StopAfterFirst | Stop with the edit script once an action was successfully applied. |