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/failed are execution states tracked only by the queue and are left zero here.

Return type:

StatusCounts

Parameters:

scene_id (str | None)