core.readablepromise.ispending | Medplum

ReadablePromise.isPending() method

Returns true if the promise is pending.

Signature:

isPending(): boolean;

Returns:

boolean

True if the Promise is pending.