# QPromise::isPending

Since: 0.1.0

QPromise<T>::isPending() -> bool

Returns true if the promise is pending (not fulfilled or rejected), otherwise returns false.