js-util

Home > rc-js-util > IncrementalUpdater > resume

IncrementalUpdater.resume() method

Resumes the currently suspended task. It is an error to call this if there is not a currently suspended task.

Signature:

resume(): void;

Returns:

void