vtils

Home > utils > LoopUntilOptions

LoopUntilOptions interface

Signature:

export declare interface LoopUntilOptions 

Properties

Property Modifiers Type Description
retryDelay   OneOrMore<number> 重试延时,为数组时随机挑选一个。
retryLimit?   number (Optional) 重试限制。