open fun interruptHandler(handler: Handler<Void>): CommandProcess
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press Ctrl-C.
Ctrl-C
handler - the interrupt handler
handler
Return this command