且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在AutoIt中以编程方式暂停脚本?

更新时间:2023-10-03 09:50:16

睡眠已经是AutoIt中的暂停"功能.

Sleep already is the "pause"-function in AutoIt.

暂停脚本的唯一其他方法是在调试模式下单击任务栏图标.

The only other method to pause the script is to click the trayicon in debug mode.