Uses of Class
io.vertx.ext.shell.system.ExecStatus
-
Packages that use ExecStatus Package Description io.vertx.ext.shell.system -
-
Uses of ExecStatus in io.vertx.ext.shell.system
Methods in io.vertx.ext.shell.system that return ExecStatus Modifier and Type Method Description ExecStatus
Job. status()
ExecStatus
Process. status()
static ExecStatus
ExecStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecStatus[]
ExecStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.vertx.ext.shell.system with type arguments of type ExecStatus Modifier and Type Method Description Job
Job. statusUpdateHandler(Handler<ExecStatus> handler)
Set an handler called when the job terminates.
-