LiveCodeIDE实用程序需要不间断地完成任务

LiveCodeIDE实用程序需要不间断地完成任务,ide,livecode,Ide,Livecode,在LiveCodeIDE中运行的实用程序插件需要每隔一段时间完成一次数据库更新任务。重要的是任务不会被用户打断,用户可能正在处理另一个堆栈。有没有办法禁用标准ctrl+周期并避免任务在其周期中途停止?您可以使用全局“AllowerRunps”属性来执行此操作: set the allowInterrupts to false ... task you don't want interrupted ... set the allowInterrupts to true 将AllowerIn

在LiveCodeIDE中运行的实用程序插件需要每隔一段时间完成一次数据库更新任务。重要的是任务不会被用户打断,用户可能正在处理另一个堆栈。有没有办法禁用标准ctrl+周期并避免任务在其周期中途停止?

您可以使用全局“AllowerRunps”属性来执行此操作:

set the allowInterrupts to false ... task you don't want interrupted ... set the allowInterrupts to true 将AllowerIntrups设置为false ... 你不想被打断的任务。。。 将AllowerRunps设置为true
当此属性为false时,Ctrl句点无效。

您可以使用全局“AllowerRunts”属性来执行此操作:

set the allowInterrupts to false ... task you don't want interrupted ... set the allowInterrupts to true 将AllowerIntrups设置为false ... 你不想被打断的任务。。。 将AllowerRunps设置为true 当此属性为false时,Ctrl句点将无效