Information about a geoprocessing task. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- category : string
- description : string
- displayName : string
- executionType : Enums.GeoprocessingExecutionType
- helpURL : url
- name : string
- parameterInfos : list<GeoprocessingParameterInfo>
- url : url
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
The category of the GeoprocessingTask (read-only).
The description of the GeoprocessingTask (read-only).
The displayName of the GeoprocessingTask (read-only).
The execution type of the GeoprocessingTask (read-only).
See also Enums.GeoprocessingExecutionType.
The help URL of the GeoprocessingTask (read-only).
The name of the GeoprocessingTask (read-only).
parameterInfos : list<GeoprocessingParameterInfo> |
A list of GeoprocessingParameterInfo which details information about the parameters used by the GeoprocessingTask (read-only).
The URL of the GeoprocessingTask (read-only).