Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/process
common/process-manager-types
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
onClose
:
Event
<
IProcessExitEvent
>
Readonly
on
Error
onError
:
Event
<
ProcessErrorEvent
>
Readonly
on
Exit
onExit
:
Event
<
IProcessExitEvent
>
Readonly
on
Start
onStart
:
Event
<
IProcessStartEvent
>
Methods
kill
kill
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
killed
on
Close
on
Error
on
Exit
on
Start
Methods
kill
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...