JobCanceledEvent interface
A pipeline job event to be processed by the execution plan.
- Extends
Properties
reason | The reason for job cancellation. |
timeout | The job's timeout interval. |
Inherited Properties
job |
The ID of the pipeline job affected by the event. |
name | The name of the pipeline job event. |
Property Details
reason
The reason for job cancellation.
reason: string
Property Value
string
timeout
The job's timeout interval.
timeout: any
Property Value
any
Inherited Property Details
jobId
The ID of the pipeline job affected by the event.
jobId: string
Property Value
string
Inherited From JobEvent.jobId