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

    Implements

    Index

    Constructors

    Properties

    backgroundTaskStatusMap: Map<number, { isActive: boolean }> = ...

    Currently there is only one property ('isActive'), but in the future we may want to store more properties

    clients: TaskClient[] = []

    Task clients, to send notifications-to.

    logger: ILogger
    runnerRegistry: TaskRunnerRegistry
    taskManager: TaskManager
    toDispose: Map<number, DisposableCollection> = ...

    Map of task id and task disposable

    Methods

    • Returns a list of currently running tasks. If a context is provided, only the tasks started in that context will be provided. Using an undefined context matches all tasks, no matter the creation context.

      Parameters

      • Optionalcontext: string

      Returns Promise<TaskInfo[]>