A task to execute
A task to execute
(background? task)
Whether the task is a background task or not.
Whether the task is a background task or not.
(detail task)
A human-readable string which is rendered less prominently on a separate line in places
where the task's name is displayed. Supports rendering of {@link ThemeIcon theme icons}
via the $(<name>)
-syntax.
A human-readable string which is rendered less prominently on a separate line in places where the task's name is displayed. Supports rendering of {@link ThemeIcon theme icons} via the `$(<name>)`-syntax.
(execution task)
The task's execution engine
The task's execution engine
(group task)
The task group this tasks belongs to. See TaskGroup for a predefined set of available groups. Defaults to undefined meaning that the task doesn't belong to any special group.
The task group this tasks belongs to. See TaskGroup for a predefined set of available groups. Defaults to undefined meaning that the task doesn't belong to any special group.
(presentation-options task)
The presentation options. Defaults to an empty literal.
The presentation options. Defaults to an empty literal.
(problem-matchers task)
The problem matchers attached to the task. Defaults to an empty array.
The problem matchers attached to the task. Defaults to an empty array.
(run-options task)
Run options for the task
Run options for the task
(set-definition! task value)
The task's definition.
The task's definition.
(set-detail! task value)
A human-readable string which is rendered less prominently on a separate line in places
where the task's name is displayed. Supports rendering of {@link ThemeIcon theme icons}
via the $(<name>)
-syntax.
A human-readable string which is rendered less prominently on a separate line in places where the task's name is displayed. Supports rendering of {@link ThemeIcon theme icons} via the `$(<name>)`-syntax.
(set-execution! task value)
The task's execution engine
The task's execution engine
(set-group! task value)
The task group this tasks belongs to. See TaskGroup for a predefined set of available groups. Defaults to undefined meaning that the task doesn't belong to any special group.
The task group this tasks belongs to. See TaskGroup for a predefined set of available groups. Defaults to undefined meaning that the task doesn't belong to any special group.
(set-is-background! task value)
Whether the task is a background task or not.
Whether the task is a background task or not.
(set-presentation-options! task value)
The presentation options. Defaults to an empty literal.
The presentation options. Defaults to an empty literal.
(set-problem-matchers! task value)
The problem matchers attached to the task. Defaults to an empty array.
The problem matchers attached to the task. Defaults to an empty array.
(set-run-options! task value)
Run options for the task
Run options for the task
(set-source! task value)
A human-readable string describing the source of this shell task, e.g. 'gulp'
or 'npm'. Supports rendering of {@link ThemeIcon theme icons} via the $(<name>)
-syntax.
A human-readable string describing the source of this shell task, e.g. 'gulp' or 'npm'. Supports rendering of {@link ThemeIcon theme icons} via the `$(<name>)`-syntax.
(source task)
A human-readable string describing the source of this shell task, e.g. 'gulp'
or 'npm'. Supports rendering of {@link ThemeIcon theme icons} via the $(<name>)
-syntax.
A human-readable string describing the source of this shell task, e.g. 'gulp' or 'npm'. Supports rendering of {@link ThemeIcon theme icons} via the `$(<name>)`-syntax.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close