TaskFilter

interface TaskFilter(source)

A task filter denotes tasks by their version and types

Online Documentation

Properties

Link copied to clipboard
abstract var type: String?

The task type to return;

Link copied to clipboard
abstract var version: String?

The task version as used in the tasks.json file. The string support the package.json semver notation.