This document is archived and information here might be outdated. Recommended version. |
The geoprocessing message type.
[Visual Basic .NET] Public Property Type As esriGPMessageType
[C#] public esriGPMessageType Type {get; set;}
[C++]
HRESULT get_Type(
void
);
[C++]
HRESULT put_Type(
);
The get_Type property returns the message's type. Valid values are defined in the esriGPMessageType enumeration; they are: esriGPMessageTypeInformative, esriGPMessageTypeProcessDefinition, esriGPMessageTypeProcessStart, esriGPMessageTypeProcessStop, esriGPMessageTypeWarning, esriGPMessageTypeAbort, esriGPMessageTypeError, and esriGPMessageTypeEmpty.