vertx / io.vertx.rxjava.ext.shell.system / Process / terminatedHandler

terminatedHandler

open fun terminatedHandler(handler: Handler<Int>): Process

Set an handler for being notified when the process terminates.

Parameters

handler - the handler called when the process terminates.

Return
this object