Enum AsiaOnlineTranslationStatus
Statuses of an Asia Online translation operations for a single document.
Syntax
public enum AsiaOnlineTranslationStatus
Fields
Name | Description |
---|---|
S00_NotStarted | The translation operation has not bee started yet. |
S01_Exported | Document has been exported by memoQ server and is waiting for upload to Asia Online. |
S02_Uploaded | Document has been uploaded to Asia Online and is queue for processing by AO. |
S03_MTranslated | Document has been translated by Asia Online and is queue for download. |
S04_ResultDownloaded | Translated document has been downloaded from Asia Online and is in queue to update the document in memoQ server. |
S10_UpdatedInProject | Document has been udpated in memoQ server with the translations by Asia Online. |
S11_ExportFailed | Error status. Export of document has failed. |
S12_UploadFailed | Error status. Upload to Asia Online has failed. |
S13_TranslationFailed | Error status. Translation has failed. |
S14_DownloadFailed | Error status. Download of translated result has failed. |
S15_UpdateFailed | Error status. Update of document in memoQ server has failed. |
S16_StoppedWaiting | Error status. Translation process has not finished within expected time frame. |