Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/Utils"

Index

Functions

forceKill

  • forceKill(pid: number): void
  • Forcefully kills the process with the given ID. On Linux/Unix, this means sending the process the SIGKILL signal. On Windows, this means using the taskkill executable to kill the process.

    Parameters

    • pid: number

      The ID of the process to kill.

    Returns void

killUnix

  • killUnix(pid: number): void

killWindows

  • killWindows(pid: number): void

polyfillMessageChannel

  • polyfillMessageChannel(): void

Generated using TypeDoc