Function.InvokeAfter

This function will return the output obtained by executing another function after a specified amount of time has elapsed.

Syntax

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

About

This function will return the output obtained by executing another function after a specified amount of time has elapsed.