|  | 
        
          | __init__(self,
        command,
        command_dir=None,
        test_id=None,
        test=None,
        timeout=None,
        **kwargs) Overridden to add the test_id.
 |  |  | 
    | None | 
        
          | preCommand(self,
        *args,
        **kwargs) Overridden to open standard files for recording standard error and 
      standard out.
 |  |  | 
    | None | 
        
          | doCommand(self,
        *args,
        **kwargs) Overridden to ignore errors.
 |  |  | 
    | None | 
        
          | update(self) Overridden to ignore errors.
 |  |  | 
    | None | 
        
          | cleanUp(self) Close standard files for recording standard error and standard out.
 |  |  | 
    | tuple |  | 
    |  | 
        
          | kill(self) First, kill children, then myself
 |  |  | 
  
    | Inherited from job.queue.SubprocessJob:__getstate__ Inherited from job.queue.BaseJob:__lt__,addFinalizer,addGroupPrereq,addPrereq,finalize,genAllJobs,genAllPrereqs,getCommandDir,getJobDJ,getPrereqs,hasStarted,isComplete,maxFailuresReached,postCommand,run,runsLocally,setup Inherited from job.queue.LocalhostJob:getRequirements Inherited from TestJob:debugStatus,infoStatus,setupTestEnvironment,warnStatus Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |