IsRequestPending(string)
Checks whether a request is pending on a specific event. For more information about Request, see EventService.Request.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public static bool IsRequestPending(string eventType)
Parameters
Event type name.
Returns
Type | Description |
|---|---|
| bool | True if there is a pending request for this event. False otherwise. |