vertx / io.vertx.ext.shell.command / CommandProcess / backgroundHandler

backgroundHandler

abstract fun backgroundHandler(handler: Handler<Void>): CommandProcess

Set a background handler, this handler is called when the command is running and put to background.

Parameters

handler - the background handler

Return
this command