Files
medusa-store/www/apps/docs/content/references/services/enums/BatchJobStatus.mdx
github-actions[bot] cdd42dbdcd chore(docs): Generated References (#5743)
Generated the following references:
- `entities`
- `inventory`
- `js-client`
- `pricing`
- `product`
- `services`
- `stock-location`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-11-27 18:58:52 +00:00

50 lines
516 B
Plaintext

---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# BatchJobStatus
## Enumeration Members
#### CANCELED
**CANCELED** = `"canceled"`
___
#### COMPLETED
**COMPLETED** = `"completed"`
___
#### CONFIRMED
**CONFIRMED** = `"confirmed"`
___
#### CREATED
**CREATED** = `"created"`
___
#### FAILED
**FAILED** = `"failed"`
___
#### PRE\_PROCESSED
**PRE\_PROCESSED** = `"pre_processed"`
___
#### PROCESSING
**PROCESSING** = `"processing"`