This document is archived and information here might be outdated.  Recommended version.


IGPMessage.IsAbort Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessage Interface > IGPMessage.IsAbort Method
ArcGIS Developer Help

IGPMessage.IsAbort Method

Indicates if the message is an abort.

[Visual Basic .NET]
Public Function IsAbort ( _
) As Boolean
[C#]
public bool IsAbort (
);
[C++]
HRESULT IsAbort(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The IsAbort method returns true if the message is of type esriGPMessageTypeAbort.

See Also

IGPMessage Interface