stop_job {openeo} | R Documentation |
Terminates a running job
Description
Informs the server that the specified job needs to be terminated to prevent further costs.
Usage
stop_job(job, con = NULL)
Arguments
job |
the job object or the id of job that will be canceled |
con |
authenticated Connection (optional) otherwise |
Value
a success / failure notification
[Package openeo version 1.3.1 Index]