TaskEvent interface
A pipeline job event to be processed by the execution plan.
- Extends
Properties
task |
The ID of the task definition. |
Inherited Properties
job |
The ID of the pipeline job affected by the event. |
name | The name of the pipeline job event. |
Property Details
taskId
The ID of the task definition.
taskId: string
Property Value
string
Inherited Property Details
jobId
The ID of the pipeline job affected by the event.
jobId: string
Property Value
string
Inherited From JobEvent.jobId