Skip to main content

StandardIntervalCheckLoop

Interfaces

IIntervalCheckLoop

Methods

start()
start(options): any;
Parameters
ParameterType
options{ checkFunction: () => boolean; delayMs?: number; onChange: Function; }
options.checkFunction() => boolean
options.delayMs?number
options.onChangeFunction
Returns

any

stop()
stop(checkId): void;
Parameters
ParameterType
checkIdany
Returns

void

Variables

StandardIntervalCheckLoop

const StandardIntervalCheckLoop: IIntervalCheckLoop;
Was this page helpful?