Theia API Documentation v1.65.0
    Preparing search index...

    Interface TaskOptions

    Represents the options used for running a task.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The task configuration which should be executed

    context?: string

    The optional execution context

    label: string

    The task label