Enum ImportStatus
Translation Memory Import Status
Namespace: SdlSdl.LanguagePlatformTranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum ImportStatus
Fields
Name | Description |
---|---|
Completed | The import has completed successfully. |
CompletedWithErrors | The import has completed with errors. A bad translation unit file is available for download. |
ExitedOnError | The import was aborted by the system following an error. |
NotStarted | The import has not yet been queued |
Queued | The import has been queued on the server and will start shortly. |
Running | The import is currently running. |