以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助] 判断函数是否执行完  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=140169)

--  作者:81538475
--  发布时间:2019/8/30 17:45:00
--  [求助] 判断函数是否执行完
我这边又好几个函数,如何判断如果上面的函数没有执行完的话,就返回呢。
\'---------表格导入
Functions.Execute("考勤汇总")
SetWaitFrm.ShowWaitFrm("数据量较大,请稍后","每日统计")
Functions.Execute("打卡时间")

\'-------扣款计算
Functions.Execute("请假后迟到扣款")
Functions.Execute("扣款计算")
Functions.Execute("全勤计算")

--  作者:有点蓝
--  发布时间:2019/8/30 20:02:00
--  
无法判断,如果上面的函数没有执行完,是不会执行后面的代码的