Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 dolphindb 中使用 GUI 运行交互任务时,有什么方法可以取消交互任务?运行了一个长期任务后,发现还是需要修改脚本才能再次运行。此时,运行按钮不再可用。除了关闭和重启数据节点还有其他方法吗?
使用函数getConsoleJobs获取交互式作业列表。找出您要取消的作业的 rootJobId。然后调用函数cancelConsoleJob取消所需的作业。
getConsoleJobs
cancelConsoleJob