Last chance! 50% off unlimited learning
Sale ends in
Simple wrapper to check process status
successful(.Object, retry)
error(.Object, retry)
running(.Object, retry)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
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