kill method

bool kill()

Returns true if the signal is successfully delivered to the process. Otherwise the signal could not be sent, usually meaning that the process is already dead.

Implementation

bool kill() => process.kill();