Process.kill

Kill the process.

By default on Linux this sends SIGTERM to the process.

  1. void kill()
    struct Process
    void
    kill
    ()
  2. void kill(int signal)

Meta