Interface TaskOptions

Represents the options used for running a task.

interface TaskOptions {
    config: TaskConfiguration;
    context?: string;
    label: string;
}

Hierarchy (view full)

Properties

Properties

The task configuration which should be executed

context?: string

The optional execution context

label: string

The task label