kill method
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();
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.
bool kill() => process.kill();