Function sleep

  • Let the code sleep for n milliseconds.

    Parameters

    • milliseconds: number

      The milliseconds to sleep. If a negative number is passed, it is automatically rounded up to 0.

    Returns JQueryPromise<void>

Generated using TypeDoc