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

    Runtime information about Task.

    interface ProcessTaskInfo {
        command?: string;
        config: TaskConfiguration;
        ctx?: string;
        processId?: number;
        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

    command?: string

    process task command

    task config used for launching a task

    ctx?: string

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

    processId?: number

    process id. Defined if task is run as a process

    taskId: number

    internal unique task id

    terminalId?: number

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