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


IMdModelEvents.OnEndProcessExecution Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModelEvents Interface > IMdModelEvents.OnEndProcessExecution Event
ArcGIS Developer Help

IMdModelEvents.OnEndProcessExecution Event

Called when the execution of a process ends.

[Visual Basic .NET]
Public Event OnEndProcessExecution As OnEndProcessExecutionEventHandler
[C#]
public event OnEndProcessExecutionEventHandler OnEndProcessExecution
[C++]
HRESULT OnEndProcessExecution(
  IMdProcess* Process,
  IGPMessages* Messages
);
[C++]
Parameters
Process [in]

Process is a parameter of type IMdProcess* Messages [in]
Messages is a parameter of type IGPMessages*

Product Availability

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

See Also

IMdModelEvents Interface