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

◆ has_catch()

bool fl::task::has_catch ( ) const

Definition at line 224 of file task.cpp.

224 {
225 return mImpl ? mImpl->has_catch() : false;
226}
shared_ptr< TaskImpl > mImpl
Definition task.h:113

References mImpl.