MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / onSuccess

Method onSuccess

shift/shift.ts:844–847  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

842 this.currentDelay = this.baseDelay;
843 }
844}
845
846type BackupCallbacks = {
847 batchSize?: number;
848 delayMs?: number;
849 reverse?: boolean; // true = 正序(旧→新),false/undefined = 倒序(新→旧,默认)
850 onProgress?: (current: number, total: number) => void | Promise<void>;

Callers 1

executeBackupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected