ArcObjects Library Reference (Geoprocessing)  

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

Parameters

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