ArcObjects Library Reference (GeoDatabase)  

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

Parameters

IsCancelled [out, retval]   IsCancelled is a parameter of type VARIANT_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