Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mercury7353/PyBench
/ WokerRunStatus
Class
WokerRunStatus
llms/schema.py:185–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
184
185
class
WokerRunStatus(Enum):
186
sucess = 1
187
error = 0
188
189
190
class
RetryInfo(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected