Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
TaskDto
Interface TaskDto
interface
TaskDto
{
detail
?:
string
;
executionId
?:
string
;
group
?:
{
isDefault
:
boolean
;
kind
:
TaskGroupKind
;
}
;
label
:
string
;
presentation
?:
TaskPresentationOptionsDTO
;
problemMatcher
?:
any
;
runOptions
?:
RunOptionsDTO
;
scope
:
string
|
number
;
source
?:
string
;
taskType
?:
"shell"
|
"process"
|
"customExecution"
;
type
:
string
;
[
key
:
string
]
:
any
;
}
Hierarchy (
view full
)
TaskDto
ProcessTaskDto
Indexable
[
key:
string
]:
any
Index
Properties
detail?
execution
Id?
group?
label
presentation?
problem
Matcher?
run
Options?
scope
source?
task
Type?
type
Properties
Optional
detail
detail
?:
string
Optional
execution
Id
execution
Id
?:
string
Optional
group
group
?:
{
isDefault
:
boolean
;
kind
:
TaskGroupKind
;
}
Type declaration
is
Default
:
boolean
kind
:
TaskGroupKind
label
label
:
string
Optional
presentation
presentation
?:
TaskPresentationOptionsDTO
Optional
problem
Matcher
problem
Matcher
?:
any
Optional
run
Options
run
Options
?:
RunOptionsDTO
scope
scope
:
string
|
number
Optional
source
source
?:
string
Optional
task
Type
task
Type
?:
"shell"
|
"process"
|
"customExecution"
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
detail
execution
Id
group
label
presentation
problem
Matcher
run
Options
scope
source
task
Type
type
Theia TypeDoc
Loading...