interrupt method

void interrupt()

Sends an interrupt (Ctrl-C / SIGINT) to the remote process.

Implementation

void interrupt() => _session.interrupt();