Options
All
  • Public
  • Public/Protected
  • All
Menu

@theia/core service with some process-related utilities.

Hierarchy

  • ProcessUtils

Index

Constructors

Methods

  • spawnSync(file: string, argv: string[], options?: SpawnSyncOptions): SpawnSyncReturns<string>
  • terminateProcessTree(ppid: number): void
  • unixGetChildrenRecursive(ppid: number): Set<number>
  • unixGetPGID(pid: number): number
  • unixTerminateProcessTree(ppid: number): void
  • winTerminateProcessTree(ppid: number): void