Process.kill

Send the process a signal

struct Process
@trusted @nogc
void
kill
(
OSSignal signal = OSSignal.SIGTERM
)

Parameters

signal OSSignal

Signal to send. SIGTERM by default

Throws

Throws ErrnoException if sending the signal failed

Meta