Packagecom.esri.ags.tasks.supportClasses
Classpublic class GPMessage
InheritanceGPMessage Inheritance flash.events.EventDispatcher

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
The description part of the geoprocessing message.
GPMessage
  type : String
The geoprocessing message type.
GPMessage
Property Detail
descriptionproperty
description:String

The description part of the geoprocessing message.

This property can be used as the source for data binding.


Implementation
    public function get description():String
    public function set description(value:String):void
typeproperty 
type:String

The geoprocessing message type.

This property can be used as the source for data binding.


Implementation
    public function get type():String
    public function set type(value:String):void