Uses of Interface
io.vertx.ext.shell.system.Job
Packages that use Job
-
Uses of Job in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return Job -
Uses of Job in io.vertx.ext.shell.system
Methods in io.vertx.ext.shell.system that return JobModifier and TypeMethodDescriptionCreate a job wrapping a process.JobController.foregroundJob()JobController.getJob(int id) Returns an active job in this session by its id.default JobJob.resume()Resume the job to foreground.Job.resume(boolean foreground) Resume the job.Job.run()Run the job, before running the job aTtymust be set.Job.setSession(Session session) Set a session on the job.Set a tty on the job.Job.statusUpdateHandler(Handler<ExecStatus> handler) Set an handler called when the job terminates.Job.suspend()Resume the job.Job.toBackground()Send the job to background.Job.toForeground()Send the job to foreground.Methods in io.vertx.ext.shell.system that return types with arguments of type Job