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


IGeoProcessor2.CheckResultStatus Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.CheckResultStatus Method

Check for end of result.

[Visual Basic .NET]
Public Sub CheckResultStatus ( _
    ByVal pGPResult As IGeoProcessorResult _
)
[C#]
public void CheckResultStatus (
    IGeoProcessorResult pGPResult
);
[C++]
HRESULT CheckResultStatus(
  IGeoProcessorResult* pGPResult
);
[C++]

Parameters pGPResult [in]
pGPResult is a parameter of type IGeoProcessorResult

Product Availability

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

See Also

IGeoProcessor2 Interface