RecoveryStatus
रिकवरी की कार्रवाई की स्थिति.
Enums |
RECOVERY_STATUS_UNSPECIFIED |
रिकवरी स्टेटस की जानकारी नहीं है. |
RECOVERY_STATUS_ACTIVE |
ऐप्लिकेशन वापस पाने की कार्रवाई को तब से रद्द नहीं किया गया है, जब उसे बनाया गया था. |
RECOVERY_STATUS_CANCELED |
खाता वापस पाने की कार्रवाई रद्द कर दी गई है. कार्रवाई फिर से शुरू नहीं की जा सकती. |
RECOVERY_STATUS_DRAFT |
रिकवरी ऐक्शन, ड्राफ़्ट की स्थिति में है और इसे अभी तक उपयोगकर्ताओं को डिप्लॉय नहीं किया गया है. |
RECOVERY_STATUS_GENERATION_IN_PROGRESS |
रिकवरी की कार्रवाई, रिकवरी APK जनरेट कर रही है. |
RECOVERY_STATUS_GENERATION_FAILED |
ऐप्लिकेशन वापस लाने की कार्रवाई जनरेट नहीं की जा सकी. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]],["The core content outlines the various states of an app recovery action. These states include: `UNSPECIFIED` (undefined), `ACTIVE` (in progress), `CANCELED` (terminated and non-resumable), `DRAFT` (not yet deployed), `GENERATION_IN_PROGRESS` (actively creating recovery APKs), and `GENERATION_FAILED` (APK generation failed). Each state defines the current status and operability of the recovery process.\n"]]