mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor: own active workflow executions
This commit is contained in:
@@ -13,8 +13,8 @@ def init_workflow():
|
||||
WorkFlowManager()
|
||||
|
||||
|
||||
def stop_workflow():
|
||||
def stop_workflow() -> bool:
|
||||
"""
|
||||
停止工作流
|
||||
停止工作流并返回全部活动执行是否收敛。
|
||||
"""
|
||||
WorkFlowManager().stop()
|
||||
return WorkFlowManager().stop()
|
||||
|
||||
Reference in New Issue
Block a user