45 return millis() > limit;
uint32_t until()
Shows the time limitation of the current task period.
bool is(String)
Checks whether the current task period is s.
bool expire()
Checks whether the current task period expired its time limitation.
void set(String, uint32_t=0)
Sets current task period and its time limitation.
String get()
Shows current task period.