check-geojob: Check status of processing request

checkR Documentation

Check status of processing request

Description

Check status of processing request

Usage

check(.Object)

## S4 method for signature 'geojob'
check(.Object)

## S4 method for signature 'character'
check(.Object)

Arguments

.Object

a geojob object with an active GDP process request, or a character URL of an existing job

Details

check is a method for checking the process status of an active (executed) geojob object. The method returns process, which is a list containing two fields: status and URL. If the geojob object has not been executed (see start), this method returns status='none' and URL=NULL.

Value

process, a list containing status and URL.

Author(s)

Jordan S. Read

See Also

start

Examples

gj <- geojob() # create geojob object
check(gj) # no process for empty geojob object

geoknife documentation built on July 9, 2023, 5:31 p.m.