vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function Process.kill

Kill the process.

void kill() @safe;

void kill (
  int signal
) @safe;

By default on Linux this sends SIGTERM to the process.

Parameters

NameDescription
signal Optional parameter for the signal to send to the process.
Authors
Copyright
License