Skip to main content
Version: 8.9 (unreleased)

Type Alias: BatchOperationItemStateEnum

type BatchOperationItemStateEnum =
| "ACTIVE"
| "COMPLETED"
| "CANCELED"
| "FAILED";

Defined in: gen/types.gen.ts:999

The batch operation item state.