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

◆ execute_catch()

void fl::task::TimeTask::execute_catch ( const Error & error)
inlineoverridevirtual

Implements fl::task::ITaskImpl.

Definition at line 178 of file task.cpp.hpp.

178 {
179 if (mHasCatch && mCatchCallback) {
180 mCatchCallback(error);
181 }
182 }
function< void(const Error &)> mCatchCallback
Definition task.cpp.hpp:209

References mCatchCallback, and mHasCatch.