ProcessMonitor.kill

Sends a signal to the process.

If the process does not die within the killTimeout, SIGKILL is sent.

class ProcessMonitor
shared
void
kill
(
int signal = SIGTERM
)

Throws

InvalidStateException if the process is not running.

Meta