powered by
Simple wrapper to check process status
successful(.Object, retry) error(.Object, retry) running(.Object, retry)running(.Object, retry = FALSE)error(.Object, retry = FALSE)
running(.Object, retry = FALSE)
error(.Object, retry = FALSE)
TRUE/FALSE indicating if process is in the given state (error, processing, successful)
a geojob object or geojob ID (character)
logical, attempt to retry again if communication failed with the server
Luke Winslow, Jordan S Read
check
if (FALSE) { job <- geoknife(stencil = c(-89,42), fabric = 'prism') check(job) running(job) error(job) successful(job) }
Run the code above in your browser using DataLab