| Trees | Indices | Help | 
 | 
|---|
|  | 
         object --+        
                  |        
  job.queue.BaseJob --+    
                      |    
job.queue.JobControlJob --+
                          |
             object --+   |
                      |   |
                TestJob --+
                          |
                         TestJCJob
Like a normal JobControlJob, but:
- Ignore failures to launch. - Be aware of scriptID. - Easily access job duration and exit status.
| 
 | |||
| Inherited from  | |||
| 
 | |||
| _test_id The test number in the database (or the directory name in validate mode. | |||
| 
 | |||
| float | duration Duration of the job, according to the job record. | ||
| str | exit_status Exit status of the job, according to the job record. | ||
| Inherited from  | |||
| 
 | |||
| 
 Overridden to add the test_id. 
 | 
| 
 Overridden to ignore errors. Executes the command described by self._command. The parent class has two required arguments, but has the call signature doCommand(*args, **kwargs), hence its usage here. 
 | 
| 
 Update the job. Includes timeout logic. 
 | 
| 
 Return True if the job runs on the  There is no limit on the number of locally run jobs. 
 | 
| 
 | |||
| durationDuration of the job, according to the job record. Implemented as a property to provide consistent interface with TestSPJob. Also gives duration for RUNNING jobs, so as to be consistent with TestSPJob. 
 | 
| exit_statusExit status of the job, according to the job record. Implemented as a property to provide consistent interface with TestSPJob. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:59 2016 | http://epydoc.sourceforge.net |