Returns a summary table showing the number and proportion of tasks in each status for a project.
Value
A data frame with one row per status, containing:
- status
Task status: "idle", "working", "finished", or "failed"
- count
Number of tasks with this status (integer)
- ratio
Proportion of tasks with this status (numeric)
Details
Task statuses:
idle (NULL in database): Task not yet started
working: Task currently being processed by a worker
finished: Task completed successfully
failed: Task encountered an error
Use this function to monitor progress and identify problems.