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

end

open fun end(): Unit

End the process with the exit status

open fun end(status: Int): Unit

End the process.

Parameters

status - the exit status.