ArcObjects Library Reference (Geoprocessing)  

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