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


IGPMessage.IsAbort Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsAbort
);
[C++]

Parameters IsAbort [out, retval] IsAbort is a parameter of type VARIANT_BOOL

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