package system
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        Job extends AnyRef
      
      
      A job executed in a io.vertx.scala.ext.shell.system.JobController, grouping one or several process. A job executed in a io.vertx.scala.ext.shell.system.JobController, grouping one or several process. The job life cycle can be controlled with the io.vertx.scala.ext.shell.system.Job#run, io.vertx.scala.ext.shell.system.Job#resume and io.vertx.scala.ext.shell.system.Job#suspend and io.vertx.scala.ext.shell.system.Job#interrupt methods. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        JobController extends AnyRef
      
      
      The job controller. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        Process extends AnyRef
      
      
      A process managed by the shell.