Function DoUntilSuccess

  • DoUntilSuccess(action: (() => Promise<boolean>), retryDelayInMillionSeconds?: number, retryCount?: number, startImmediately?: boolean): Promise<boolean>
  • Since

    1.1.5

    Version

    2020-01-06

    Parameters

    • action: (() => Promise<boolean>)
        • (): Promise<boolean>
        • Returns Promise<boolean>

    • retryDelayInMillionSeconds: number = 500
    • retryCount: number = 5
    • startImmediately: boolean = false

    Returns Promise<boolean>

Generated using TypeDoc