Optional
maxDelay?: numberThe maximum delay before the next try in seconds.
Optional
minDelay?: numberThe minimum delay before the next try in seconds.
Optional
stop?: WaitForStopCondition<T>The condition to stop trying.
Optional
timeout?: numberTimeout in seconds.
The options to wait until a resource is ready.