TaskOutcomeLog
Stay organized with collections
Save and categorize content based on your preferences.
| Enums |
TASK_OUTCOME_LOG_UNSPECIFIED |
Task outcome before being set. |
TASK_OUTCOME_LOG_SUCCEEDED |
Task was completed successfully. |
TASK_OUTCOME_LOG_FAILED |
Task could not be completed or was cancelled. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],["The content defines the possible outcomes of a task. `TASK_OUTCOME_LOG_UNSPECIFIED` represents a task's state before its outcome is known. `TASK_OUTCOME_LOG_SUCCEEDED` indicates successful task completion. Conversely, `TASK_OUTCOME_LOG_FAILED` signifies that a task could not be finished or was cancelled. These enums represent the task outcome states.\n"]]