Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
node/process-utils
ProcessUtils
Class ProcessUtils
@theia/core
service with some process-related utilities.
Index
Constructors
constructor
Methods
spawn
Sync
terminate
Process
Tree
unix
Get
Children
Recursive
unix
Get
PGID
unix
Terminate
Process
Tree
win
Terminate
Process
Tree
Constructors
constructor
new
ProcessUtils
()
:
ProcessUtils
Returns
ProcessUtils
Methods
Protected
spawn
Sync
spawnSync
(
file
:
string
,
argv
:
string
[]
,
options
?:
SpawnSyncOptions
,
)
:
SpawnSyncReturns
<
string
>
Parameters
file
:
string
argv
:
string
[]
Optional
options
:
SpawnSyncOptions
Returns
SpawnSyncReturns
<
string
>
terminate
Process
Tree
terminateProcessTree
(
ppid
:
number
)
:
void
Parameters
ppid
:
number
Returns
void
Protected
unix
Get
Children
Recursive
unixGetChildrenRecursive
(
ppid
:
number
)
:
Set
<
number
>
Parameters
ppid
:
number
Returns
Set
<
number
>
Protected
unix
Get
PGID
unixGetPGID
(
pid
:
number
)
:
number
Parameters
pid
:
number
Returns
number
Protected
unix
Terminate
Process
Tree
unixTerminateProcessTree
(
ppid
:
number
)
:
void
Parameters
ppid
:
number
Returns
void
Protected
win
Terminate
Process
Tree
winTerminateProcessTree
(
ppid
:
number
)
:
void
Parameters
ppid
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
spawn
Sync
terminate
Process
Tree
unix
Get
Children
Recursive
unix
Get
PGID
unix
Terminate
Process
Tree
win
Terminate
Process
Tree
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
@theia/core
service with some process-related utilities.