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

interface JobStartedEvent {
    jobId?: string;
    name?: string;
}

Hierarchy (View Summary)

Properties

Properties

jobId?: string

The ID of the pipeline job affected by the event.

name?: string

The name of the pipeline job event.