An enumerated type for the values that represent the state of the task.
Types that use FeedStatusEnum
InventoryTaskOrderTaskServiceMetricsTaskTask
Calls that use FeedStatusEnum
GET
GET
Enumerations
CREATED
Indicates the task has been created.
QUEUED
Indicates the task has been added to the queue.
IN_PROCESS
Indicates the task is being processed.
COMPLETED
Indicates the task has finished being processed.
COMPLETED_WITH_ERROR
Indicates the task has completed but there are errors. If there are errors, they will be indicated in the report.
FAILED
Indicates the task has failed to complete.
PARTIALLY_PROCESSED
Indicates the task has failed to complete, but was partially processed.