Learn R Programming

bsub (version 1.1.0)

job_status_by_id: Job status by id

Description

Job status by id

Usage

job_status_by_id(job_id)

Value

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

Arguments

job_id

The job id.

Examples

Run this code
if (FALSE) {
job_id = 1234567  # job ids can be get from `bjobs`
job_status_by_id(job_id)
}

Run the code above in your browser using DataLab