open fun resumeHandler(handler: Handler<Void>): CommandProcess
Set a resume handler, this handler is called when the command is resumed, for instance user types bg or fg to resume the command.
handler - the interrupt handler
Return
this command