stilt.completion.StatusCounts# class stilt.completion.StatusCounts(total: 'int' = 0, completed: 'int' = 0, running: 'int' = 0, pending: 'int' = 0, failed: 'int' = 0) → None[source]# Aggregate completion counts for one project or scene. Attributes# total completed running pending failed