GeoprocessingTaskInfo QML Type
Information about a geoprocessing task. More...
Import Statement: | import Esri.ArcGISRuntime |
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
category : string |
The category of the GeoprocessingTask (read-only).
description : string |
The description of the GeoprocessingTask (read-only).
displayName : string |
The displayName of the GeoprocessingTask (read-only).
executionType : Enums.GeoprocessingExecutionType |
The execution type of the GeoprocessingTask (read-only).
See also Enums.GeoprocessingExecutionType.
helpURL : url |
The help URL of the GeoprocessingTask (read-only).
name : string |
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).
url : url |
The URL of the GeoprocessingTask (read-only).