FunctionFunction.InvokeAfterOn this pageFunction.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