Power Query
published
Search
⌃K

Function.InvokeAfter

Function.InvokeAfter

Invokes the given function after the specified duration has passed.
function (function as function, delay as duration) as nullable any

Description

Returns the result of invoking function after duration delay has passed.

Category

Function