This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorEvents3 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to GeoProcessor events3.
This interface is new at ArcGIS 10. Events are fired in response to calling both the IGeoprocessor2.Execute method and the IGeoProcessor2.ExecuteASync method.
Description | ||
---|---|---|
OnProcessMessages | Called when a message has been posted while executing a tool. | |
OnProgressMessage | Called when a message has been posted while executing a tool. | |
OnProgressPercentage | Called when a message has been posted while executing a tool. | |
OnProgressShow | Called when a message has been posted while executing a tool. | |
PostToolExecute | Called immediately after a tool is executed by the GeoProcessor. | |
PreToolExecute | Called immediately prior to the GeoProcessor executing a tool. |