Cancel a run
enhancements_post_geocode_cancel(id)
id | integer required. The ID of the job. |
---|
A list containing the following elements:
integer, The ID of the run.
string, The state of the run, one of 'queued', 'running' or 'cancelled'.
boolean, True if run cancel requested, else false.