Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace tasks

Index

Variables

taskExecutions: readonly TaskExecution[]

The currently active task executions or an empty array.

Functions

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

    Parameters

    • Optional filter: TaskFilter

      a filter to filter the return tasks.

    Returns Thenable<Task[]>