|  | This document is archived and information here might be outdated. Recommended version. | 
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*