Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskProvider<T>

Type Parameters

Hierarchy

  • TaskProvider

Index

Methods

  • Resolves a task that has no execution set. Tasks are often created from information found in the tasks.json-file. Such tasks miss the information on how to execute them and a task provider must fill in the missing information in the resolveTask-method.

    Parameters

    Returns ProviderResult<T>

    The resolved task