stilt.Model.status#
- Model.status(scene_id=None)[source]#
Return completion counts (total/completed/pending) from the registry.
Counts are derived from the manifest registry plus by-key completion, so they reflect the outputs on disk.
running/failedare execution states tracked only by the queue and are left zero here.- Return type:
- Parameters:
scene_id (str | None)