GetProcessState(int)
Gets the ProcessState of a given instance of UnityEditor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public static ProcessState GetProcessState(int pid)
Parameters
The process ID.
Returns
Type | Description |
|---|---|
| ProcessState | The state of the queried process. |