vertx / io.vertx.reactivex.ext.shell.command / Command / createProcess

createProcess

open fun createProcess(): Process

Create a new process with empty arguments.

Return
the process

open fun createProcess(args: MutableList<CliToken>): Process

Create a new process with the passed arguments.

Parameters

args - the process arguments

Return
the process