On Posix systems, ProcessSignal is used to send a specific signal
to a child process, see Process.kill
.
Some ProcessSignals can also be watched, as a way to intercept the default signal handler and implement another. See ProcessSignal.watch for more information.