TaskOutcome
किसी टास्क को लागू करने की कोशिश का नतीजा. TaskState
के बंद होने पर, TaskOutcome
बताता है कि यह पूरा हुआ या नहीं.
Enums |
TASK_OUTCOME_UNSPECIFIED |
वैल्यू सेट होने से पहले, टास्क का नतीजा. |
SUCCEEDED |
टास्क पूरा हुआ. |
FAILED |
टास्क पूरा नहीं हो सका या उसे रद्द कर दिया गया है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-07-24 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-07-24 (UTC) को अपडेट किया गया."],[[["`TaskOutcome` shows the result of a Task execution attempt, mainly focusing on success or failure when the Task is closed."],["The enum provides three states: `TASK_OUTCOME_UNSPECIFIED` for an initial unset state, `SUCCEEDED` for successful completion, and `FAILED` for either incompletion or cancellation of the task."]]],["`TaskOutcome` details the result of a Task execution once its state is closed. Possible outcomes include `TASK_OUTCOME_UNSPECIFIED`, representing the initial state before a result is set. `SUCCEEDED` indicates a successful completion, while `FAILED` signifies that the Task could not be completed or was cancelled. These values are crucial for understanding if a given Task was successfully finished or not.\n"]]