MCPcopy Create free account
hub / github.com/BasicProtein/AugmentCode-Free / cancel

Method cancel

gui_qt6/workers.py:29–31  ·  view source on GitHub ↗

取消任务

(self)

Source from the content-addressed store, hash-verified

27 self.is_cancelled = False
28
29 def cancel(self):
30 """取消任务"""
31 self.is_cancelled = True
32
33 def emit_progress(self, message: str):
34 """发送进度信息"""

Callers 1

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected