open fun suspendHandler(handler: Handler<Void>): CommandProcess
Set a suspend handler, this handler is called when the command is suspended, for instance user press Ctrl-Z.
Ctrl-Z
handler - the interrupt handler
handler
Return this command