Information about a geoprocessing task. More...
Import Statement | import Esri. |
Since | Esri. |
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).
parameter |
A list of GeoprocessingParameterInfo which details information about the parameters used by the GeoprocessingTask (read-only).
The URL of the GeoprocessingTask (read-only).