Indicates TRUE is the message is an abort.
[Visual Basic 6.0] Function IsAbort As Boolean
[Visual Basic .NET] Public Function IsAbort ( _ ) As Boolean
[C#] public bool IsAbort ( );
[Java] public Boolean isAbort ( ) throws IOException, AutomationException
[C++]
HRESULT IsAbort(
VARIANT_BOOL* IsAbort
);
Parameters
IsAbort [out, retval]
IsAbort is a parameter of type VARIANT_BOOL
The IsAbort method returns true if the message is of type esriGPMessageTypeAbort.