setJobState: set job state at package level for outgoing requests

View source: R/util-setJobState.R

setJobStateR Documentation

set job state at package level for outgoing requests

Description

this function keeps the package from rifling off multiple requests while another is still pending. Package variable jobState is set with direct calls to this private function, or as part of any status type method for geojob

Usage

setJobState(state = "none")

Arguments

state

the state (as a character) to set jobState to.

Value

invisible return of jobState package variable


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