# ProcessExitedEvent

> An event triggered in a master instance of UnityEditor when you start a slave instance with ProcessService.Launch exit.

## Definition

* **Type:** Event
* **Namespace:** [UnityEditor.MPE](/engine/6000.5/script-reference/unityeditor/mpe.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static event Action<int, ProcessState> ProcessExitedEvent
```
