| Package | com.esri.ags.tasks.supportClasses |
| Class | public class GPMessage |
| Inheritance | GPMessage flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| description : String
The description part of the geoprocessing message. | GPMessage | ||
| type : String
The geoprocessing message type. | GPMessage | ||
| description | property |
description:StringThe description part of the geoprocessing message.
This property can be used as the source for data binding.
public function get description():String public function set description(value:String):void| type | property |
type:StringThe geoprocessing message type.
This property can be used as the source for data binding.
public function get type():String public function set type(value:String):void