This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorResult2 Interface > IGeoProcessorResult2.IsCanceled Property (ArcObjects .NET 10.5 SDK) |
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
Indicates that the IGeoProcessorResult2.Cancel method has been called. Use IGeoProcessorResult2.Status to determine whether the tool is still cancelling or has been cancelled.