The current cooldown period, in milliseconds
The number of times the underlying function has actually executed
The number of times the throttled function has been called
Whether or not the ThrottledFunction is in a cooldown period
The time the underlying function was last executed
The time the throttled function was last called
Whether or not an invocation is currently queued for when the cooldown period ends.
Resets all stats for the throttled function. Does not alter the behavior of the throttled function outside future calls to getStats().
Generated using TypeDoc
Statistics for a ThrottledFunction