# Batch lifecycle

> Queued → rendering → complete; cancel; what the counts mean.

Section: Campaigns, emails & batches · HTML: https://app.multiplied.studio/docs/campaigns/batch-lifecycle · Index: https://app.multiplied.studio/llms.txt


## States

| State | Meaning |
|---|---|
| queued | Accepted, credits reserved, rows waiting for a render slot. |
| running | Rows rendering on the fleet; `done` climbs toward `totalRows`. |
| completed | Every row has terminated (succeeded or failed). |
| cancelled | You stopped it; rows not yet rendered are released and their credits returned. |
| stalled | Nothing has moved for a while — usually the fleet catching up; it resumes on its own. |

## Counts

`done` = succeeded + failed. Failed rows are listed in the failed-rows CSV with the reason; fix the cells and submit them as a new batch under the same email.

## Cancel

Cancelling is irreversible for the rows not yet rendered. Rendered rows stay at their URLs.
