标签: scripting groovy
我有一个groovy脚本文件,我使用GroovyShell运行。如何停止执行脚本? 我尝试将它放在新线程中,然后中断线程,但它不起作用。
答案 0 :(得分:2)
去年还有另一个问题,问类似的事情:
Stopping the execution of a Groovy script
还有ThreadInterrupt AST transform可能有所帮助。另请参阅the TimedInterrupt transform