StandardIntervalCheckLoop
Interfaces
IIntervalCheckLoop
Methods
start()
start(options): any;
Parameters
| Parameter | Type |
|---|---|
options | { checkFunction: () => boolean; delayMs?: number; onChange: Function; } |
options.checkFunction | () => boolean |
options.delayMs? | number |
options.onChange | Function |
Returns
any
stop()
stop(checkId): void;
Parameters
| Parameter | Type |
|---|---|
checkId | any |
Returns
void
Variables
StandardIntervalCheckLoop
const StandardIntervalCheckLoop: IIntervalCheckLoop;