Skip to content

Interface.TermbaseImportHistoryResponse

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / TermbaseImportHistoryResponse

Interface: TermbaseImportHistoryResponse

Export

TermbaseImportHistoryResponse

Properties

createdAt?

optional createdAt: Date

UTC Timezone
Allowed formats:
"YYYY-MM-DDThh:mmZ"
"YYYY-MM-DDThh:mm:ssZ"
"YYYY-MM-DDThh:mm:ss.sZ"
"YYYY-MM-DDThh:mm:ss.ssZ"
"YYYY-MM-DDThh:mm:ss.sssZ"

Memberof

TermbaseImportHistoryResponse

Source

lc-public-api/models/index.ts:9049


elapsedTime?

optional elapsedTime: number

The last modified date of the import.

Memberof

TermbaseImportHistoryResponse

Source

lc-public-api/models/index.ts:9055


fileName?

optional fileName: string

default
The file name of the imported file.

Memberof

TermbaseImportHistoryResponse

Source

lc-public-api/models/index.ts:9024


fileSize?

optional fileSize: number

The file size of the imported file.

Memberof

TermbaseImportHistoryResponse

Source

lc-public-api/models/index.ts:9030


id

id: string

The termbase import identifier.

Memberof

TermbaseImportHistoryResponse

Source

lc-public-api/models/index.ts:9018


status

status: TermbaseImportHistoryResponseStatusEnum

The status of the import operation.
pending - The import was just created and it's waiting for user input.
queued - The import passed the structural validation and it's waiting to be processed.
processing - The import is in progress.
done - The import was successfully processed and at least an entry changed its structure ( either inserted or modified )
cancelled - The import process was interrupted.
failed - The import was unsuccessful. Either one of the import files is not compliant with the TBX structure or no entry changed during the import process.
error - The import was unsuccessful due to an internal error.

Memberof

TermbaseImportHistoryResponse

Source

lc-public-api/models/index.ts:9043

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally