# ProcessLevel

> The type of the current process. It can be a Unity master instance, or a secondary instance connected to the master.

## Definition

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

```csharp
public enum ProcessLevel
```

## Fields

| Value                                                                                  | Description                                                                                        |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [Main](/engine/6000.6/script-reference/unityeditor/mpe/processlevel/main.md)           | The current process is a main instance of UnityEditor.                                             |
| [Secondary](/engine/6000.6/script-reference/unityeditor/mpe/processlevel/secondary.md) | The current process is a secondary instance of UnityEditor that is connected to a master instance. |
