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


ICancelOperation.IsCancelled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > ICancelOperation Interface > ICancelOperation.IsCancelled Property
ArcGIS Developer Help

ICancelOperation.IsCancelled Property

Indicates if the operation has been cancelled.

[Visual Basic .NET]
Public ReadOnly Property IsCancelled As Boolean
[C#]
public bool IsCancelled {get;}
[C++]
HRESULT get_IsCancelled(
  Boolean* IsCancelled
);
[C++]
Parameters
IsCancelled [out, retval]

IsCancelled is a parameter of type bool*

Product Availability

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

Description

Returns whether or not the operation is cancelled.

See Also

ICancelOperation Interface