biouml.job.info {rbiouml} | R Documentation |
biouml.job.info
fetches info about BioUML job
biouml.job.info(jobID)
jobID |
ID of job usually returned from biouml.analysis |
A list with following entries
status |
job status, one of 'CREATED','RUNNING', 'PAUSED', 'COMPLETED', 'TERMINATED_BY_REQUEST', 'TERMINATED_BY_ERROR' |
results |
a list of resulting paths in BioUML repository |
values |
character vector of messages from job |
percent |
percent complete |