FastLED 3.9.15
Loading...
Searching...
No Matches

◆ is_done()

bool fl::net::http::FetchRequest::is_done ( ) const
inline

Check if request is complete (success or failure)

Definition at line 51 of file fetch_request.h.

51{ return mState == COMPLETED || mState == FAILED; }
@ COMPLETED
Successfully completed.

References COMPLETED, FAILED, is_done(), and mState.

Referenced by is_done().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: