Interface TaskConfigurationClient

interface TaskConfigurationClient {
    taskConfigurationChanged: ((event) => void);
}

Implemented by

Properties

taskConfigurationChanged: ((event) => void)

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

Type declaration

    • (event): void
    • Parameters

      • event: string[]

      Returns void

Returns

an array of strings, each one being a task label