interrupt method

void interrupt()

Sends SIGINT to the remote process (Ctrl+C).

Implementation

void interrupt() => sendSignal('SIGINT');