Files
qtpromise/docs/qtpromise/qpromise/isfulfilled.md
Simon Brunel eebcb4f364 Migrate documentation to VuePress
GitBook development seems a bit stuck right now so let's switch to VuePress which, IMO, is more user friendly. Update the documentation to include the version number in which features were added and use custom container to display notes and warnings.
2018-09-09 10:55:07 +02:00

188 B

title
title
.isFulfilled

QPromise::isFulfilled

Since: 0.1.0

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

Returns true if the promise is fulfilled, otherwise returns false.