Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace tasks

Index

Variables

Const taskExecutions

taskExecutions: ReadonlyArray<TaskExecution>

The currently active task executions or an empty array.

Functions

executeTask

fetchTasks

  • Fetches all tasks available in the systems. This includes tasks from tasks.json files as well as tasks from task providers contributed through extensions and plugins.

    Parameters

    • Optional filter: TaskFilter

      a filter to filter the return tasks.

    Returns PromiseLike<Task[]>

Const onDidEndTask

Const onDidEndTaskProcess

Const onDidStartTask

Const onDidStartTaskProcess

registerTaskProvider