Function.InvokeAfter(function as function,delay as duration) as any
经过持续时间 delay 后,返回调用 function 的结果。
delay
function