cipres_job_status: Job status

Description Usage Arguments Value Author(s) See Also Examples

Description

Check the status of a job.

Usage

1

Arguments

handle

The job identifier

...

arguments to customize the API call. These arguments are passed to the appropriate httr function (GET, POST, DELETE)

Value

A list containing the job handle, the job status (stage), whether the job failed, and the job data submission.

Author(s)

Francois Michonneau

See Also

Other job.controls: cipres_delete_job, cipres_list_jobs

Examples

1
2
3
4
5
6
## Not run: 
  ## Status of the latest job submitted
  lst_jobs <- cipres_list_jobs()
  cipres_job_status(lst_jobs$handle[nrow(lst_jobs)])

## End(Not run)

fmichonneau/cipresr documentation built on May 16, 2019, 1:44 p.m.