job_status_by_id {bsub} | R Documentation |
Job status by id
Description
Job status by id
Usage
job_status_by_id(job_id)
Arguments
job_id |
The job id. |
Value
If the job has been deleted from the database, it returns MISSING.
Examples
## Not run:
job_id = 1234567 # job ids can be get from `bjobs`
job_status_by_id(job_id)
## End(Not run)
[Package bsub version 1.1.0 Index]