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
;
executionType
?:
"shell"
|
"process"
|
"customExecution"
;
group
?:
{
isDefault
:
boolean
;
kind
:
TaskGroupKind
;
}
;
label
:
string
;
options
?:
{
cwd
?:
string
;
[
key
:
string
]
:
any
;
}
;
presentation
?:
TaskPresentationOptionsDTO
;
problemMatcher
?:
any
;
runOptions
?:
RunOptionsDTO
;
scope
:
string
|
number
;
source
?:
string
;
type
:
string
;
windows
?:
CommandProperties
;
}
Hierarchy (
view full
)
TaskDto
CommandProperties
ProcessTaskDto
Index
Properties
args?
command
detail?
execution
Id?
execution
Type?
group?
label
options?
presentation?
problem
Matcher?
run
Options?
scope
source?
type
windows?
Properties
Optional
args
args
?:
string
[]
command
command
:
string
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
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
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
execution
Type
group
label
options
presentation
problem
Matcher
run
Options
scope
source
type
windows
Theia TypeDoc
Loading...