MCPcopy Create free account
hub / github.com/chatdoc-com/OCRFlux / mark_done

Method mark_done

ocrflux/work_queue.py:79–87  ·  view source on GitHub ↗

Mark a work item as done by removing its lock file or performing any other cleanup. Args: work_item: The WorkItem to mark as done

(self, work_item: WorkItem)

Source from the content-addressed store, hash-verified

77
78 @abc.abstractmethod
79 async def mark_done(self, work_item: WorkItem) -> None:
80 """
81 Mark a work item as done by removing its lock file
82 or performing any other cleanup.
83
84 Args:
85 work_item: The WorkItem to mark as done
86 """
87 pass
88
89 @property
90 @abc.abstractmethod

Callers 1

workerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected