Home > @tridion-sites/open-api-client > TranslationJobPriority
Specifies the priority of the translation job. Higher priority jobs will be send to the TMS server first.
Members: * Low
- Low priority
* Normal
- Normal priority
* High
- High priority
* UnknownByClient
- Special reserved value used to notify an older API version client about the presence of an enumeration member added in a later API version. Explicitly setting this value by a client is not allowed, but client code should check it and be able to handle such cases.
Signature:
export declare enum TranslationJobPriority
Member | Value | Description |
---|---|---|
HIGH | "High" |
|
LOW | "Low" |
|
NORMAL | "Normal" |
|
UNKNOWN_BY_CLIENT | "UnknownByClient" |