GeoprocessingTaskInfo QML Type
Information about a geoprocessing task. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- GeoprocessingTaskInfo is part of QML Type List.
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
[read-only] category : string |
The category of the GeoprocessingTask (read-only).
[read-only] description : string |
The description of the GeoprocessingTask (read-only).
[read-only] displayName : string |
The displayName of the GeoprocessingTask (read-only).
[read-only] executionType : Enums.GeoprocessingExecutionType |
The execution type of the GeoprocessingTask (read-only).
See also Enums.GeoprocessingExecutionType.
[read-only] helpURL : url |
The help URL of the GeoprocessingTask (read-only).
[read-only] name : string |
The name of the GeoprocessingTask (read-only).
[read-only] parameterInfos : list<GeoprocessingParameterInfo> |
A list of GeoprocessingParameterInfo which details information about the parameters used by the GeoprocessingTask (read-only).
[read-only] url : url |
The URL of the GeoprocessingTask (read-only).