mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Implement background maintenance post-process queue
This commit is contained in:
@@ -330,6 +330,16 @@ export function createBatchStatusSkeleton({
|
||||
completed: false,
|
||||
persistence: null,
|
||||
historyAdvanceAllowed: false,
|
||||
backgroundMaintenanceState: "",
|
||||
backgroundMaintenanceQueued: false,
|
||||
backgroundMaintenanceMode: "",
|
||||
backgroundMaintenanceTasks: [],
|
||||
backgroundMaintenanceQueue: null,
|
||||
backgroundVectorSyncQueued: false,
|
||||
backgroundVectorSyncMode: "",
|
||||
backgroundVectorSyncTaskId: "",
|
||||
backgroundVectorSyncState: "",
|
||||
backgroundVectorSyncQueue: null,
|
||||
warnings: [],
|
||||
errors: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user