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

Method get_batch_status

src/web/task_manager.py:325–327  ·  view source on GitHub ↗

获取批量任务状态

(self, batch_id: str)

Source from the content-addressed store, hash-verified

323 logger.warning(f"WebSocket 发送批量状态失败: {e}")
324
325 def get_batch_status(self, batch_id: str) -> Optional[dict]:
326 """获取批量任务状态"""
327 return _batch_status.get(batch_id)
328
329 def get_batch_logs(self, batch_id: str) -> List[str]:
330 """获取批量任务日志"""

Callers 1

batch_websocketFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected