Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskConfigurationClient

Hierarchy

  • TaskConfigurationClient

Implemented by

Index

Properties

taskConfigurationChanged

taskConfigurationChanged: (event: string[]) => void

The task configuration file has changed, so a client might want to refresh its configurations

returns

an array of strings, each one being a task label

Type declaration

    • (event: string[]): void
    • Parameters

      • event: string[]

      Returns void