JobCompletedEvent interface
A pipeline job event to be processed by the execution plan.
- Extends
Properties
agent |
Indicates whether the agent is in the process of shutting down. |
request |
The ID of the request. |
result | The result of the request. |
Inherited Properties
job |
The ID of the pipeline job affected by the event. |
name | The name of the pipeline job event. |
Property Details
agentShuttingDown
Indicates whether the agent is in the process of shutting down.
agentShuttingDown: boolean
Property Value
boolean
requestId
The ID of the request.
requestId: number
Property Value
number
result
Inherited Property Details
jobId
The ID of the pipeline job affected by the event.
jobId: string
Property Value
string
Inherited From JobEvent.jobId