Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/CodeWiki
/ JobStatus
Class
JobStatus
codewiki/cli/models/job.py:13–18 ·
view source on GitHub ↗
Documentation job status.
Source
from the content-addressed store, hash-verified
11
12
13
class
JobStatus(str, Enum):
14
""
"Documentation job status."
""
15
PENDING =
"pending"
16
RUNNING =
"running"
17
COMPLETED =
"completed"
18
FAILED =
"failed"
19
20
21
@dataclass
Callers
1
from_dict
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected