MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / complete

Method complete

codewiki/cli/models/job.py:90–93  ·  view source on GitHub ↗

Mark job as completed.

(self)

Source from the content-addressed store, hash-verified

88 self.timestamp_start = datetime.now().isoformat()
89
90 def complete(self):
91 """Mark job as completed."""
92 self.status = JobStatus.COMPLETED
93 self.timestamp_end = datetime.now().isoformat()
94
95 def fail(self, error_message: str):
96 """Mark job as failed."""

Callers 2

generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected