Recovery
// List all recoverable regions, and whether each one has failed
await FMTCRoot.recovery.recoverableRegions;
// List all failed downloads
await FMTCRoot.recovery.recoverableRegions.failedOnly;
// Retrieve a specific recoverable region by ID
await FMTCRoot.recovery.getRecoverableRegion();
// Safely remove the specified recoverable region
await FMTCRoot.recovery.cancel(); RecoveredRegion
RecoveredRegionLast updated
Was this helpful?