Methods

killΒΆ

kill(p:Process, sig:Int=15)

Send signal to a Process. Uses KILL(2). Throws InvalidArgument if Process does not have "pid". Throws KillFail on error.
Source: stdlib.ngs:3384

sig

Signal to send. Defaults to SIGNALS.TERM

Returns

unspecified at this time, do not count on it