Constructors

Properties

completedAt: Date

Time of completion of task.

errors?: StandardError[]

Descriptive error messages.

links?: {
    [key: string]: string;
}

Link to check the status of the requested task.

numErrors?: number

Number of errors resulting from the task.

requestedAt?: Date

Timestamp of when the task was requested.

result?: any
startedAt: Date

Timestamp of when the task was started.

Current status of the task.

taskId: string

ID of the requested task.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]