> ## Documentation Index
> Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Orderly network hooks.ControlFunctions

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/hooks](/sdks/tech-doc/modules/orderly_network_hooks) / ControlFunctions

# Interface: ControlFunctions

[@orderly.network/hooks](/sdks/tech-doc/modules/orderly_network_hooks).ControlFunctions

## Hierarchy

* **`ControlFunctions`**

  ↳ [`DebouncedState`](/sdks/tech-doc/interfaces/orderly_network_hooks.DebouncedState)

  ↳ [`DebouncedState`](/sdks/tech-doc/interfaces/orderly_network_hooks.DebouncedState)

## Table of contents

### Properties

* [cancel](/sdks/tech-doc/interfaces/orderly_network_hooks.ControlFunctions#cancel)
* [flush](/sdks/tech-doc/interfaces/orderly_network_hooks.ControlFunctions#flush)
* [isPending](/sdks/tech-doc/interfaces/orderly_network_hooks.ControlFunctions#ispending)

## Properties

### cancel

• **cancel**: () => `void`

#### Type declaration

▸ (): `void`

Cancel pending function invocations

##### Returns

`void`

#### Defined in

node\_modules/.pnpm/use-[debounce@9.0.4\_react](mailto:debounce@9.0.4_react)@18.2.0/node\_modules/use-debounce/dist/useDebouncedCallback.d.ts:21

***

### flush

• **flush**: () => `void`

#### Type declaration

▸ (): `void`

Immediately invoke pending function invocations

##### Returns

`void`

#### Defined in

node\_modules/.pnpm/use-[debounce@9.0.4\_react](mailto:debounce@9.0.4_react)@18.2.0/node\_modules/use-debounce/dist/useDebouncedCallback.d.ts:25

***

### isPending

• **isPending**: () => `boolean`

#### Type declaration

▸ (): `boolean`

Returns `true` if there are any pending function invocations

##### Returns

`boolean`

#### Defined in

node\_modules/.pnpm/use-[debounce@9.0.4\_react](mailto:debounce@9.0.4_react)@18.2.0/node\_modules/use-debounce/dist/useDebouncedCallback.d.ts:29
