Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static bool IsRequestPending(string eventType)

Parameters

eventType

Event type name.

Returns

Type

Description

boolTrue if there is a pending request for this event. False otherwise.