ProcessState
Describes the state of a specifc UnityEditor process.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public enum ProcessState
Fields
Value | Description |
|---|---|
| FinishedSuccessfully | The queried UnityEditor process ended successfully. |
| FinishedWithError | The queried UnityEditor process finished with an error. |
| Running | The queried UnityEditor process is running. |
| UnknownProcess | The queried UnityEditor process is unknown. |