Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/types-impl
Task
Class Task
Hierarchy (
View Summary
)
Task
Task2
Index
Constructors
constructor
Accessors
definition
execution
group
has
Problem
Matchers
is
Background
name
presentation
Options
problem
Matchers
run
Options
scope
source
Constructors
constructor
new
Task
(
taskDefinition
:
TaskDefinition
,
scope
:
WorkspaceFolder
|
Global
|
Workspace
,
name
:
string
,
source
:
string
,
execution
?:
CustomExecution
|
ProcessExecution
|
ShellExecution
,
problemMatchers
?:
string
|
string
[]
,
)
:
Task
Parameters
taskDefinition
:
TaskDefinition
scope
:
WorkspaceFolder
|
Global
|
Workspace
name
:
string
source
:
string
Optional
execution
:
CustomExecution
|
ProcessExecution
|
ShellExecution
Optional
problemMatchers
:
string
|
string
[]
Returns
Task
new
Task
(
taskDefinition
:
TaskDefinition
,
name
:
string
,
source
:
string
,
execution
?:
CustomExecution
|
ProcessExecution
|
ShellExecution
,
problemMatchers
?:
string
|
string
[]
,
)
:
Task
Deprecated constructor used by Jake vscode built-in
Parameters
taskDefinition
:
TaskDefinition
name
:
string
source
:
string
Optional
execution
:
CustomExecution
|
ProcessExecution
|
ShellExecution
Optional
problemMatchers
:
string
|
string
[]
Returns
Task
Accessors
definition
get
definition
()
:
TaskDefinition
Returns
TaskDefinition
set
definition
(
value
:
TaskDefinition
)
:
void
Parameters
value
:
TaskDefinition
Returns
void
execution
get
execution
()
:
undefined
|
CustomExecution
|
ProcessExecution
|
ShellExecution
Returns
undefined
|
CustomExecution
|
ProcessExecution
|
ShellExecution
set
execution
(
value
:
undefined
|
CustomExecution
|
ProcessExecution
|
ShellExecution
,
)
:
void
Parameters
value
:
undefined
|
CustomExecution
|
ProcessExecution
|
ShellExecution
Returns
void
group
get
group
()
:
undefined
|
TaskGroup
Returns
undefined
|
TaskGroup
set
group
(
value
:
undefined
|
TaskGroup
)
:
void
Parameters
value
:
undefined
|
TaskGroup
Returns
void
has
Problem
Matchers
get
hasProblemMatchers
()
:
boolean
Returns
boolean
is
Background
get
isBackground
()
:
boolean
Returns
boolean
set
isBackground
(
value
:
boolean
)
:
void
Parameters
value
:
boolean
Returns
void
name
get
name
()
:
string
Returns
string
set
name
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
presentation
Options
get
presentationOptions
()
:
TaskPresentationOptions
Returns
TaskPresentationOptions
set
presentationOptions
(
value
:
TaskPresentationOptions
)
:
void
Parameters
value
:
TaskPresentationOptions
Returns
void
problem
Matchers
get
problemMatchers
()
:
string
[]
Returns
string
[]
set
problemMatchers
(
value
:
string
[]
)
:
void
Parameters
value
:
string
[]
Returns
void
run
Options
get
runOptions
()
:
RunOptions
Returns
RunOptions
set
runOptions
(
value
:
RunOptions
)
:
void
Parameters
value
:
RunOptions
Returns
void
scope
get
scope
()
:
undefined
|
WorkspaceFolder
|
Global
|
Workspace
Returns
undefined
|
WorkspaceFolder
|
Global
|
Workspace
set
scope
(
value
:
undefined
|
WorkspaceFolder
|
Global
|
Workspace
)
:
void
Parameters
value
:
undefined
|
WorkspaceFolder
|
Global
|
Workspace
Returns
void
source
get
source
()
:
string
Returns
string
set
source
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
definition
execution
group
has
Problem
Matchers
is
Background
name
presentation
Options
problem
Matchers
run
Options
scope
source
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Deprecated constructor used by Jake vscode built-in