Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Process
Process.create_process

Method Process.create_process()->kill()


Method kill

int kill(int signal)

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

kill()