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 var description:String
A description of the geoprocessing message.
public var type:String
The geoprocessing message type.
(c) 2009 ESRI. All rights reserved.