Represents the status of a bulk action.
No action is required to move from one state or another; Buttondown
internally handles the transitions, and exposing the status is for
observability purposes only.
Not started
Type
not_started
Description
The bulk action has not yet started.
In progress
Type
in_progress
Description
The bulk action is currently being processed.
Success
Type
processed
Description
The bulk action has completed.
Error
Type
failed
Description
The bulk action was unable to be completed. Buttondown is looking into it.