Package version:

Interface PipelineRunsCancelOptionalParams

Optional parameters.

interface PipelineRunsCancelOptionalParams {
    isRecursive?: boolean;
}

Hierarchy

  • unknown
    • PipelineRunsCancelOptionalParams

Properties

Properties

isRecursive?: boolean

If true, cancel all the Child pipelines that are triggered by the current pipeline.