vertx / io.vertx.rxjava.ext.shell.command / CommandProcess / resumeHandler

resumeHandler

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.

Parameters

handler - the interrupt handler

Return
this command