Page Speed Optimization Libraries
1.6.29.3
|
#include "countdown_timer.h"
Once initialized with a non-negative interval 'allowed_time_ms' via the ctor or Reset(), repeated calls to HaveTimeLeft() will return true only until the interval has elapsed. If the interval is negative number, HaveTimeLeft() always returns true.