open fun createJob(line: MutableList<CliToken>): Job
Create a job, the created job should then be executed with the io.vertx.reactivex.ext.shell.system.Job#run method.
line - the command line creating this job
Return
the created job
open fun createJob(line: String): Job
See io.vertx.reactivex.ext.shell.Shell#createJob
Return