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