Skip to main content

Function.InvokeAfter

Invokes the given function after the specified duration has passed.

Syntax​

Function.InvokeAfter(
function as function,
delay as duration
) as any

Remarks​

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

Category​

Function