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

    Runtime information about Task.

    interface TaskInfo {
        config: TaskConfiguration;
        ctx?: string;
        taskId: number;
        terminalId?: number;
        readonly [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [key: string]: any

      eslint-disable-next-line @typescript-eslint/no-explicit-any

    Index

    Properties

    task config used for launching a task

    ctx?: string

    context that was passed as part of task creation, if any

    taskId: number

    internal unique task id

    terminalId?: number

    terminal id. Defined if task is run as a terminal process