Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
Task2
Class Task2
Hierarchy (
view full
)
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
Task2
(
taskDefinition
,
scope
,
name
,
source
,
execution
?
,
problemMatchers
?
)
:
Task2
Parameters
taskDefinition
:
TaskDefinition
scope
:
WorkspaceFolder
|
Global
|
Workspace
name
:
string
source
:
string
Optional
execution
:
ProcessExecution
|
ShellExecution
|
CustomExecution
Optional
problemMatchers
:
string
|
string
[]
Returns
Task2
new
Task2
(
taskDefinition
,
name
,
source
,
execution
?
,
problemMatchers
?
)
:
Task2
Parameters
taskDefinition
:
TaskDefinition
name
:
string
source
:
string
Optional
execution
:
ProcessExecution
|
ShellExecution
|
CustomExecution
Optional
problemMatchers
:
string
|
string
[]
Returns
Task2
Accessors
definition
get
definition
(
)
:
TaskDefinition
Returns
TaskDefinition
set
definition
(
value
)
:
void
Parameters
value
:
TaskDefinition
Returns
void
execution
get
execution
(
)
:
undefined
|
ProcessExecution
|
ShellExecution
|
CustomExecution
Returns
undefined
|
ProcessExecution
|
ShellExecution
|
CustomExecution
set
execution
(
value
)
:
void
Parameters
value
:
undefined
|
ProcessExecution
|
ShellExecution
|
CustomExecution
Returns
void
group
get
group
(
)
:
undefined
|
TaskGroup
Returns
undefined
|
TaskGroup
set
group
(
value
)
:
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
)
:
void
Parameters
value
:
boolean
Returns
void
name
get
name
(
)
:
string
Returns
string
set
name
(
value
)
:
void
Parameters
value
:
string
Returns
void
presentation
Options
get
presentationOptions
(
)
:
TaskPresentationOptions
Returns
TaskPresentationOptions
set
presentationOptions
(
value
)
:
void
Parameters
value
:
TaskPresentationOptions
Returns
void
problem
Matchers
get
problemMatchers
(
)
:
string
[]
Returns
string
[]
set
problemMatchers
(
value
)
:
void
Parameters
value
:
string
[]
Returns
void
run
Options
get
runOptions
(
)
:
RunOptions
Returns
RunOptions
set
runOptions
(
value
)
:
void
Parameters
value
:
RunOptions
Returns
void
scope
get
scope
(
)
:
undefined
|
WorkspaceFolder
|
Global
|
Workspace
Returns
undefined
|
WorkspaceFolder
|
Global
|
Workspace
set
scope
(
value
)
:
void
Parameters
value
:
undefined
|
WorkspaceFolder
|
Global
|
Workspace
Returns
void
source
get
source
(
)
:
string
Returns
string
set
source
(
value
)
:
void
Parameters
value
:
string
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
definition
execution
group
has
Problem
Matchers
is
Background
name
presentation
Options
problem
Matchers
run
Options
scope
source
Theia TypeDoc
Loading...