cancel-methods: cancel a geo-web processing request

Description Usage Arguments Details Value See Also Examples

Description

Cancel process for geojob

Usage

1
2
3
4
5
6
7
cancel(.Object)

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

## S4 method for signature 'missing'
cancel(.Object)

Arguments

.Object

a geojob object with an active geo-web processing request.

Details

cancel is a method for cancelling a geo-web processing request.

Value

A geojob object with no active job

See Also

check, start

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
wd <- webdata('prism')
wg <- webgeom('state::New Hampshire')
wp <- webprocess()
gj <- geojob()
xml(gj) <- XML(wg, wd, wp)
url(gj) <- url(wp)
## Not run: 
gj <- start(gj)
gj <- cancel(gj)

## End(Not run)

eric-erki/geoknife documentation built on Dec. 31, 2019, 12:54 a.m.