Method Process.create_process()->kill() Method kill bool kill(int signal) 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 kill()