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

end

abstract fun end(): Unit

End the process with the exit status 0

abstract fun end(status: Int): Unit

End the process.

Parameters

status - the exit status.