Method Process.create_process()->kill()
- Method
kill
 boolkill(intsignal)- Description
 Send a signal to the process.
- Returns
 1Success.
0Failure. errno() is set to EINVAL, EPERM or ESRCH.
- Note
 This function is only available on platforms that support signals.
- See also