MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / get_status

Method get_status

src/web/task_manager.py:223–225  ·  view source on GitHub ↗

获取任务状态

(self, task_uuid: str)

Source from the content-addressed store, hash-verified

221 logger.warning(f"广播任务状态失败: {e}")
222
223 def get_status(self, task_uuid: str) -> Optional[dict]:
224 """获取任务状态"""
225 return _task_status.get(task_uuid)
226
227 def cleanup_task(self, task_uuid: str):
228 """清理任务数据"""

Callers 1

task_websocketFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected