Process.kill

Kill the process.

By default on Linux this sends SIGTERM to the process.

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

Parameters

signal int

Optional parameter for the signal to send to the process.

Meta