bsub (version 1.0.0)

job_status_by_id: 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

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

Run the code above in your browser using DataCamp Workspace