<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IncrementalUpdater](./rc-js-util.incrementalupdater.md) &gt; [resume](./rc-js-util.incrementalupdater.resume.md)

## IncrementalUpdater.resume() method

Resumes the currently suspended task. It is an error to call this if there is not a currently suspended task.

**Signature:**

```typescript
resume(): void;
```
**Returns:**

void

