TaskStateLog
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
TASK_STATE_LOG_UNSPECIFIED |
Default, used for an unspecified or unrecognized Task state. |
TASK_STATE_LOG_OPEN |
The task has not yet been assigned a delivery vehicle, or the delivery vehicle has not yet passed the task's assigned vehicle stop. |
TASK_STATE_LOG_CLOSED |
When the vehicle this task was assigned to passes the vehicle stop of this task. |
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 2024-07-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-24 UTC."],[[["The task state is represented by enums, with `TASK_STATE_LOG_UNSPECIFIED` serving as the default for unknown states."],["`TASK_STATE_LOG_OPEN` signifies that the task is either unassigned or the assigned vehicle hasn't reached the designated stop."],["`TASK_STATE_LOG_CLOSED` indicates that the assigned vehicle has passed the task's designated stop, marking its completion."]]],["The provided information defines task states within a system. `TASK_STATE_LOG_UNSPECIFIED` is the default state for unidentifiable tasks. `TASK_STATE_LOG_OPEN` indicates a task not yet assigned to a delivery vehicle or whose assigned vehicle hasn't reached the task's stop. `TASK_STATE_LOG_CLOSED` signifies that the assigned vehicle has passed the task's designated stop. These states track the progress of tasks related to delivery vehicle movements.\n"]]