Interface RunOptions

Run options for a task.

interface RunOptions {
    reevaluateOnRerun?: boolean;
}

Properties

reevaluateOnRerun?: boolean

Controls whether task variables are re-evaluated on rerun.