TaskCompletedEvent interface

A pipeline job event to be processed by the execution plan.

Extends

Properties

deliveryFailed

The api request was no delivered successfully

result

The result of the task.

Inherited Properties

jobId

The ID of the pipeline job affected by the event.

name

The name of the pipeline job event.

taskId

The ID of the task definition.

Property Details

deliveryFailed

The api request was no delivered successfully

deliveryFailed: boolean

Property Value

boolean

result

The result of the task.

result: TaskResult

Property Value

Inherited Property Details

jobId

The ID of the pipeline job affected by the event.

jobId: string

Property Value

string

Inherited From TaskEvent.jobId

name

The name of the pipeline job event.

name: string

Property Value

string

Inherited From TaskEvent.name

taskId

The ID of the task definition.

taskId: string

Property Value

string

Inherited From TaskEvent.taskId