method kill

Documentation for method kill assembled from the following types:

class Proc::Async

From Proc::Async

(Proc::Async) method kill

method kill(Proc::Async:D: $signal = "HUP")

Sends a signal to the running program. The signal can be a signal name ("KILL" or "SIGKILL"), an integer (9) or an element of the Signal enum (Signal::SIGKILL).