Represents options for running a phase based on values specified by a list of variables.

interface VariableMultipliersServerExecutionOptions {
    continueOnError?: boolean;
    maxConcurrency?: number;
    multipliers?: string[];
    type?: number;
}

Hierarchy (View Summary)

Properties

continueOnError?: boolean

Indicates whether failure of one job should prevent the phase from running in other jobs.

maxConcurrency?: number

The maximum number of server jobs to run in parallel.

multipliers?: string[]
type?: number

The type.