A geoprocessing job used to run the geoprocessing task on the service. More...
| Header | #include <Geoprocessing |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ |
| Esri | parameters() const |
| Esri | result() const |
Detailed Description
Member Function Documentation
[override virtual] GeoprocessingJob::~GeoprocessingJob ()
Destructor.
Esri::ArcGISRuntime::GeoprocessingParameters GeoprocessingJob::parameters() const
Returns the input geoprocessing parameters used for this job.
If the parameters contain any GeoprocessingDataFile instances created with a local file path, the GeoprocessingDataFile will be updated on job completion to contain the upload ID of the uploaded local file.
This function was introduced in Esri::ArcGISRuntime 100.1.
Esri::ArcGISRuntime::GeoprocessingResult *GeoprocessingJob::result() const
Returns a collection of geoprocessing results from a completed GeoprocessingJob.