bsub (version 1.0.0)

job_status_by_name: Job status by name

Description

Job status by name

Usage

job_status_by_name(job_name, output_dir = bsub_opt$output_dir)

Arguments

job_name

Job name.

output_dir

The output dir.

Value

If the job is finished, it returns DONE/EXIT/MISSING. If the job is running or pending, it returns the corresponding status. If there are multiple jobs with the same name running or pending, it returns a vector.

Examples

Run this code
# NOT RUN {
job_status_by_name("example")
# }

Run the code above in your browser using DataLab