MCPcopy Index your code
hub / github.com/T-duality/PillOCR-python / stop_processing

Method stop_processing

GPTOCRGUI.py:741–747  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

739 self.log("已开始处理")
740
741 def stop_processing(self):
742 self.processor.stop()
743 if self.icon:
744 self.icon.icon = self.icon_image['processing'] # 改用 'processing' 状态
745 self.running_state = False
746 self.icon.menu = self.create_menu() # 更新菜单
747 self.log("已停止处理")
748
749 def create_tray_icon(self):
750 width, height = 64, 32

Callers 1

toggle_processingMethod · 0.95

Calls 3

create_menuMethod · 0.95
logMethod · 0.95
stopMethod · 0.80

Tested by

no test coverage detected