Uses of Enum
io.vertx.ext.shell.system.ExecStatus
Packages that use ExecStatus
-
Uses of ExecStatus in io.vertx.ext.shell.system
Subclasses with type arguments of type ExecStatus in io.vertx.ext.shell.systemMethods in io.vertx.ext.shell.system that return ExecStatusModifier and TypeMethodDescriptionJob.status()Process.status()static ExecStatusReturns 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 ExecStatusModifier and TypeMethodDescriptionJob.statusUpdateHandler(Handler<ExecStatus> handler) Set an handler called when the job terminates.