ArcObjects Library Reference  (GeoDatabase)    

IGPMessage.IsAbort Method

Indicates if 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
);
[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