interrupt method
void
interrupt()
Sends SIGINT to the remote process (Ctrl+C).
Implementation
void interrupt() => sendSignal('SIGINT');
Sends SIGINT to the remote process (Ctrl+C).
void interrupt() => sendSignal('SIGINT');