URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/MPE.ProcessState.html
user: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});Describes the state of a specifc UnityEditor process.
| Property | Description |
|---|---|
| UnknownProcess | The queried UnityEditor process is unknown. |
| FinishedSuccessfully | The queried UnityEditor process ended successfully. |
| FinishedWithError | The queried UnityEditor process finished with an error. |
| Running | The queried UnityEditor process is running. |