RecoveryStatus
Der Status der Wiederherstellungsaktion.
Enums |
RECOVERY_STATUS_UNSPECIFIED |
Der Wiederherstellungsstatus ist nicht angegeben. |
RECOVERY_STATUS_ACTIVE |
Die App-Wiederherstellung wurde nach ihrer Erstellung nicht abgebrochen. |
RECOVERY_STATUS_CANCELED |
Die Wiederherstellung wurde abgebrochen. Die Aktion kann nicht fortgesetzt werden. |
RECOVERY_STATUS_DRAFT |
Die Wiederherstellungsaktion befindet sich im Entwurfsstatus und wurde noch nicht für Nutzer bereitgestellt. |
RECOVERY_STATUS_GENERATION_IN_PROGRESS |
Die Wiederherstellungsaktion generiert die Wiederherstellungs-APKs. |
RECOVERY_STATUS_GENERATION_FAILED |
Die App-Wiederherstellung ist fehlgeschlagen. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["The recovery action status indicates the current state of an app's recovery process, such as active, canceled, draft, or in progress."],["A recovery action can be in a draft state, actively deployed, canceled, or generating recovery APKs, which are used to restore the app to a previous state."],["If the recovery action is canceled, it cannot be resumed, indicating a permanent stoppage of the recovery process."],["Recovery actions are designed to help users restore their apps to a working state after data loss or corruption, utilizing recovery APKs for the restoration process."],["The status `RECOVERY_STATUS_GENERATION_IN_PROGRESS` indicates that the system is actively creating recovery APKs, while `RECOVERY_STATUS_GENERATION_FAILED` signifies a failure in this creation process."]]],[]]