Skip to content

Interface.TaskOutcome

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

Trados User Interface Extensibility v0.1.13 / TaskOutcome

Interface: TaskOutcome

Outcome a task can be completed with. List will be populated after the task is accepted.

Export

TaskOutcome

Properties

_default?

optional _default: boolean

default
Specifies if the outcome is the default one for the task.

Memberof

TaskOutcome

Source

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


description?

optional description: string

A human-friendly form of the outcome.

Memberof

TaskOutcome

Source

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


name?

optional name: string

default
Outcome to be used with complete endpoint.

Memberof

TaskOutcome

Source

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

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally