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

◆ last_run_time()

uint32_t fl::task::last_run_time ( ) const

Definition at line 240 of file task.cpp.

240 {
241 return mImpl ? mImpl->last_run_time() : 0;
242}
shared_ptr< TaskImpl > mImpl
Definition task.h:113

References mImpl.