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