RecoveryStatus
สถานะของการดำเนินการกู้คืน
Enum |
RECOVERY_STATUS_UNSPECIFIED |
ไม่ได้ระบุ RecoveryStatus |
RECOVERY_STATUS_ACTIVE |
ระบบไม่ได้ยกเลิกการดำเนินการกู้คืนแอปเนื่องจากมีการสร้างการดำเนินการดังกล่าว |
RECOVERY_STATUS_CANCELED |
ยกเลิกการดำเนินการกู้คืนแล้ว การทำงานนี้กลับมาทำงานอีกครั้งไม่ได้ |
RECOVERY_STATUS_DRAFT |
การดําเนินการกู้คืนอยู่ในสถานะฉบับร่างและยังไม่ได้นําไปใช้กับผู้ใช้ |
RECOVERY_STATUS_GENERATION_IN_PROGRESS |
การดำเนินการกู้คืนกำลังสร้าง APK การกู้คืน |
RECOVERY_STATUS_GENERATION_FAILED |
สร้างการดำเนินการกู้คืนแอปไม่สำเร็จ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 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."]]],[]]