Home > rc-js-util > IIncrementalUpdater
Performs update operations once every waitPeriod
until the iterator returned by IIncrementallyUpdatable is exhausted.
Signature:
export interface IIncrementalUpdater
Property | Modifiers | Type | Description |
---|---|---|---|
isUpdating | boolean |
Method | Description |
---|---|
beginUpdate() | |
cancel() | |
resume() | |
suspend() |