Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
task
TaskExitedEvent
Interface TaskExitedEvent
Event sent when a task has concluded its execution
interface
TaskExitedEvent
{
code
?:
number
;
config
?:
TaskConfiguration
;
ctx
?:
string
;
processId
?:
number
;
signal
?:
string
;
taskId
:
number
;
terminalId
?:
number
;
}
Index
Properties
code?
config?
ctx?
process
Id?
signal?
task
Id
terminal
Id?
Properties
Optional
Readonly
code
code
?:
number
Optional
Readonly
config
config
?:
TaskConfiguration
Optional
Readonly
ctx
ctx
?:
string
Optional
Readonly
process
Id
process
Id
?:
number
Optional
Readonly
signal
signal
?:
string
Readonly
task
Id
task
Id
:
number
Optional
Readonly
terminal
Id
terminal
Id
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
code
config
ctx
process
Id
signal
task
Id
terminal
Id
Theia TypeDoc
Loading...
Event sent when a task has concluded its execution