public interface io.vertx.ext.shell.system.Job
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.system.Job
  super_class: java.lang.Object
{
  public abstract int id();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.shell.system.ExecStatus status();
    descriptor: ()Lio/vertx/ext/shell/system/ExecStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long lastStopped();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String line();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.shell.system.Job setTty(io.vertx.ext.shell.term.Tty);
    descriptor: (Lio/vertx/ext/shell/term/Tty;)Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      tty   

  public abstract io.vertx.ext.shell.system.Job setSession(io.vertx.ext.shell.session.Session);
    descriptor: (Lio/vertx/ext/shell/session/Session;)Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      session  

  public abstract io.vertx.ext.shell.system.Job statusUpdateHandler(io.vertx.core.Handler<io.vertx.ext.shell.system.ExecStatus>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/system/ExecStatus;>;)Lio/vertx/ext/shell/system/Job;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.shell.system.Job run();
    descriptor: ()Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract boolean interrupt();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public io.vertx.ext.shell.system.Job resume();
    descriptor: ()Lio/vertx/ext/shell/system/Job;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.system.Job this
         0: .line 121
            aload 0 /* this */
            iconst_1
            invokeinterface io.vertx.ext.shell.system.Job.resume:(Z)Lio/vertx/ext/shell/system/Job;
            areturn
        end local 0 // io.vertx.ext.shell.system.Job this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/system/Job;

  public abstract io.vertx.ext.shell.system.Job toBackground();
    descriptor: ()Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.ext.shell.system.Job toForeground();
    descriptor: ()Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.ext.shell.system.Job resume(boolean);
    descriptor: (Z)Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      foreground  

  public abstract io.vertx.ext.shell.system.Job suspend();
    descriptor: ()Lio/vertx/ext/shell/system/Job;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract void terminate();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.shell.system.Process process();
    descriptor: ()Lio/vertx/ext/shell/system/Process;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.CacheReturn()
}
SourceFile: "Job.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()