ArcObjects Library Reference (Geoprocessing)  

IMdModelEvents.OnEndProcessExecution Event

Called when the execution of a process ends.

[Visual Basic 6.0]
Event OnEndProcessExecution(
    ByVal Process As IMdProcess, _
    ByVal Messages As IGPMessages _
)
[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