JobSummary¶
- class pyvo.io.uws.tree.JobSummary(config=None, pos=None, _name='job', **kwargs)[source]¶
- Bases: - Element- Attributes Summary - The instant at which the job was created. - The time at which the whole job will be destroyed - The instant at which the job finished execution - The error summary of the job. - The duration (in seconds) for which the job should be allowed to run - a value of 0 is intended to mean unlimited - The identifier for the job - the owner (creator) of the job - The parameters to the job - the execution phase - estimated completion time - The results for the job - client supplied identifier - The instant at which the job started execution. - Attributes Documentation - creationtime¶
- The instant at which the job was created. 
 - destruction¶
- The time at which the whole job will be destroyed 
 - endtime¶
- The instant at which the job finished execution 
 - errorsummary¶
- The error summary of the job. 
 - executionduration¶
- The duration (in seconds) for which the job should be allowed to run - a value of 0 is intended to mean unlimited 
 - jobid¶
- The identifier for the job 
 - ownerid¶
- the owner (creator) of the job 
 - parameters¶
- The parameters to the job 
 - phase¶
- the execution phase 
 - quote¶
- estimated completion time 
 - results¶
- The results for the job 
 - runid¶
- client supplied identifier 
 - starttime¶
- The instant at which the job started execution.