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