biouml.job.info {rbiouml} | R Documentation |
Fetch BioUML job info
Description
biouml.job.info
fetches info about BioUML job
Usage
biouml.job.info(jobID)
Arguments
jobID |
ID of job usually returned from biouml.analysis |
Value
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 |
[Package rbiouml version 1.11 Index]