📄 tanstack/pacer/latest/docs/reference/interfaces/ThrottlerState

File: ThrottlerState.md | Updated: 11/15/2025

Source: https://tanstack.com/pacer/latest/docs/reference/interfaces/ThrottlerState



TanStack

Pacer v0v0

Search...

+ K

Auto

Log In

TanStack StartRC

Docs Examples GitHub Contributors

TanStack Router

Docs Examples GitHub Contributors

TanStack Query

Docs Examples GitHub Contributors

TanStack Table

Docs Examples Github Contributors

TanStack Formnew

Docs Examples Github Contributors

TanStack DBbeta

Docs Github Contributors

TanStack Virtual

Docs Examples Github Contributors

TanStack Paceralpha

Docs Examples Github Contributors

TanStack Storealpha

Docs Examples Github Contributors

TanStack Devtoolsalpha

Docs Github Contributors

More Libraries

Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide

Documentation

Framework

React logo

React

Version

Latest

Search...

+ K

Menu

Getting Started

Guides

API Reference

Debouncer API Reference

Throttler API Reference

Rate Limiter API Reference

Queue API Reference

Batcher API Reference

Debouncer Examples

Throttler Examples

Rate Limiter Examples

Queue Examples

Batcher Examples

TanStack Query Examples

Framework

React logo

React

Version

Latest

Menu

Getting Started

Guides

API Reference

Debouncer API Reference

Throttler API Reference

Rate Limiter API Reference

Queue API Reference

Batcher API Reference

Debouncer Examples

Throttler Examples

Rate Limiter Examples

Queue Examples

Batcher Examples

TanStack Query Examples

On this page

ThrottlerState

Copy Markdown

Interface: ThrottlerState<TFn>
==============================

Defined in: throttler.ts:6

Type Parameters
---------------
### TFn

TFn extends AnyFunction

Properties
----------
### executionCount

ts

executionCount: number;


executionCount: number;

Defined in: throttler.ts:10

Number of function executions that have been completed


### isPending

ts

isPending: boolean;


isPending: boolean;

Defined in: throttler.ts:14

Whether the throttler is waiting for the timeout to trigger execution


### lastArgs

ts

lastArgs: Parameters<TFn> | undefined;


lastArgs: Parameters<TFn> | undefined;

Defined in: throttler.ts:18

The arguments from the most recent call to maybeExecute


### lastExecutionTime

ts

lastExecutionTime: number;


lastExecutionTime: number;

Defined in: throttler.ts:22

Timestamp of the last function execution in milliseconds


### maybeExecuteCount

ts

maybeExecuteCount: number;


maybeExecuteCount: number;

Defined in: throttler.ts:26

Number of times maybeExecute has been called (for reduction calculations)


### nextExecutionTime

ts

nextExecutionTime: number | undefined;


nextExecutionTime: number | undefined;

Defined in: throttler.ts:30

Timestamp when the next execution can occur in milliseconds


### status

ts

status: "disabled" | "idle" | "pending";


status: "disabled" | "idle" | "pending";

Defined in: throttler.ts:34

Current execution status - 'idle' when not active, 'pending' when waiting for timeout

Edit on GitHub

ThrottlerOptions

AsyncThrottlerOptions

Partners Become a Partner

Code RabbitCode Rabbit CloudflareCloudflare AG GridAG Grid NetlifyNetlify NeonNeon WorkOSWorkOS ClerkClerk ConvexConvex ElectricElectric SentrySentry PrismaPrisma StrapiStrapi UnkeyUnkey

scarf analytics