Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
process
ManagedProcess
Interface ManagedProcess
interface
ManagedProcess
{
id
:
number
;
killed
:
boolean
;
onClose
:
Event
<
IProcessExitEvent
>
;
onError
:
Event
<
ProcessErrorEvent
>
;
onExit
:
Event
<
IProcessExitEvent
>
;
onStart
:
Event
<
IProcessStartEvent
>
;
kill
(
)
:
void
;
}
Implemented by
Process
Index
Properties
id
killed
on
Close
on
Error
on
Exit
on
Start
Methods
kill
Properties
Readonly
id
id
:
number
Readonly
killed
killed
:
boolean
Readonly
on
Close
on
Close
:
Event
<
IProcessExitEvent
>
Readonly
on
Error
on
Error
:
Event
<
ProcessErrorEvent
>
Readonly
on
Exit
on
Exit
:
Event
<
IProcessExitEvent
>
Readonly
on
Start
on
Start
:
Event
<
IProcessStartEvent
>
Methods
kill
kill
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
id
killed
on
Close
on
Error
on
Exit
on
Start
kill
Theia TypeDoc
Loading...