This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModelEvents Interface > IMdModelEvents.OnEndProcessExecution Event (ArcObjects .NET 10.5 SDK) |
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