Packagecom.esri.ags.tasks
Classpublic class GPMessage

Represents a message generated during the execution of a geoprocessing task. It includes information such as when the processing started, what parameter values are being used, the task progress, warnings of potential problems and errors. It is composed of a message type and description.



Public Properties
 PropertyDefined by
  description : String
A description of the geoprocessing message.
GPMessage
  type : String
The geoprocessing message type.
GPMessage
Property detail
descriptionproperty
public var description:String

A description of the geoprocessing message.

typeproperty 
public var type:String

The geoprocessing message type.