kill method
Deliver signal
to the remote process. Some implementations may not
support this.
Implementation
void kill(SSHSignal signal) {
_channel.sendSignal(signal.name);
}
Deliver signal
to the remote process. Some implementations may not
support this.
void kill(SSHSignal signal) {
_channel.sendSignal(signal.name);
}