BatchStatus
- Type: "in_progress" or "completed" or "canceled"enum
A whole batch's lifecycle, derived from its items. Shared by every batch channel.
in_progresswhile any item is still queued or in flight;completedonce every item reached a terminal state on its own;canceledonce the batch was explicitly canceled.

