This document is archived and information here might be outdated. Recommended version. |
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*
Indicates that the IGeoProcessorResult2.Cancel method has been called. Use IGeoProcessorResult2.Status to determine whether the tool is still cancelling or has been cancelled.