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.