job_status_by_id: Job status by id

Description Usage Arguments Value Examples

View source: R/monitor.R

Description

Job status by id

Usage

1

Arguments

job_id

The job id.

Value

If the job has been deleted from the database, it returns MISSING.

Examples

1
2
3
4
5
## Not run: 
job_id = 1234567  # job ids can be get from `bjobs`
job_status_by_id(job_id)

## End(Not run)

bsub documentation built on July 1, 2021, 5:07 p.m.