PosixProcess.kill

Kills the given process.

class PosixProcess
@nogc override @safe
bool
kill
()

Return Value

Type: bool

true if the operation succeeded, false otherwise.

Meta