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.
args - the process arguments
args