Options
All
  • Public
  • Public/Protected
  • All
Menu

Module HandleTasks

Index

Functions

Functions

default

  • default(type: string, name: string, cmd: string[], shellExecOptions: ShellExecutionOptions, problemMatcher?: string, taskScope?: TaskScope): Promise<void | number>
  • Parameters

    • type: string

      type of process to execute e.g. build

    • name: string

      The name of the process to execute

    • cmd: string[]

      The command to execute within a shell.

    • shellExecOptions: ShellExecutionOptions
    • Optional problemMatcher: string
    • Optional taskScope: TaskScope

    Returns Promise<void | number>

Generated using TypeDoc