interface ControlOptions {
    alwaysRun?: boolean;
    continueOnError?: boolean;
    enabled?: boolean;
}

Properties

alwaysRun?: boolean

Always run the job.

continueOnError?: boolean

Indicates whether to continue job on error or not.

enabled?: boolean

Indicates the job enabled or not.