* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
50 lines
509 B
Plaintext
50 lines
509 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"`
|