Function which is used to periodically test the State
Optional
options: { Options to enhance the behavior. Look at the details
Optional
additionalA Delay which is added after the Test is fullfilled, before the Promise is done.
Optional
delay?: numberDelay to wait, after an unsucessfull test.
Optional
initialInital delay, before the test is started.
Optional
maxMax amount of retries before an execption is raised
Optional
maxTimeout afterwhich the Test will fail.
Optional
testFlag to enable testing the call the callback directly before proceeding or just ensure the inital waiting time
Generated using TypeDoc
Function which will halt the Process until the Testcallback deliveres "true"
Export
Returns