Geoprocessing Task Info
GeoprocessingTaskInfo contains information on a geoprocessing task. GeoprocessingTaskInfo is retrieved from a loaded GeoprocessingTask instance by calling GeoprocessingTask.geoprocessingTaskInfo. GeoprocessingTaskInfo contains the name and description of the geoprocessing task along with execution type and descriptions of all the task's parameters.
Since
200.1.0
See also
Properties
The geoprocessing task's description.
The geoprocessing task's display name.
The geoprocessing task's execution type.
The list of geoprocessing task parameters information instances. The returned ListImpl contains GeoprocessingParameterInfo instances. Each parameter information instance in the array describes one input or output parameter of the geoprocessing task. Includes such properties as name, data type, whether input or output and whether a particular input parameter is required or not.