job_status: Retrieve the status of a job

Description Usage Arguments Value See Also Examples

Description

job_status gets the status of the job identified by the id parameter of the request.

Usage

1

Arguments

id

A character string containing an ID for job.

...

Additional arguments passed to cf_query.

Value

Details about a job.

See Also

job_get, results_get, report_get

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
j <- job_create(title = 'Job Title', 
                instructions = 'Some instructions')

# get status
job_status(j)

# delete job
job_delete(j)

## End(Not run)

cloudyr/crowdflower documentation built on May 13, 2019, 8:20 p.m.