mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-05 20:26:31 +00:00
Add new progress steps
This commit is contained in:
@ -82,10 +82,13 @@ make_enum_progress! {
|
||||
make_enum_progress! {
|
||||
pub enum TaskDeletionProgress {
|
||||
RetrievingTasks,
|
||||
RetrievingBatches,
|
||||
DeletingTasksDateTime,
|
||||
DeletingTasksMetadata,
|
||||
DeletingTasks,
|
||||
DeletingBatches,
|
||||
DeletingBatchesDateTime,
|
||||
DeletingBatchesMetadata,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user