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


IGeoProcessorResult2.IsCanceled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorResult2 Interface > IGeoProcessorResult2.IsCanceled Property
ArcGIS Developer Help

IGeoProcessorResult2.IsCanceled Property

Get the GeoProcessor return value.

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

IsCanceled is a parameter of type bool*

Product Availability

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

Description

Indicates that the IGeoProcessorResult2.Cancel method has been called. Use IGeoProcessorResult2.Status to determine whether the tool is still cancelling or has been cancelled.

See Also

IGeoProcessorResult2 Interface