Skip to main content
Version: Next

waitFor

production

Waits for <delayInMs> ms, e.g., 1000 ms. The exact delay may be a little longer than <delayInMs> but never shorter than that.

Examples:

await aui.waitFor(500).exec();
  • @param {number} delayInMs - The delay in ms to wait for.