| job_status_by_name {bsub} | R Documentation | 
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
## Not run: 
job_status_by_name("example")
## End(Not run)
[Package bsub version 1.1.0 Index]