State
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
STATE_UNSPECIFIED |
默认。用于未指定或无法识别的任务状态。 |
OPEN |
任务尚未分配给交付车辆,或交付车辆尚未越过 Task 分配的车辆停靠站。 |
CLOSED |
当车辆通过该任务的停车位置时。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-07-24。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-07-24。"],[[["Task state indicates the progress of a task, such as whether it's unassigned, in progress, or completed."],["Tasks can have three states: `STATE_UNSPECIFIED` (default/unrecognized), `OPEN` (unassigned or not yet reached), and `CLOSED` (vehicle passed the task's stop)."]]],["Task states indicate a task's progress. `STATE_UNSPECIFIED` is the default for unknown states. `OPEN` signifies the task is unassigned or the vehicle hasn't reached its stop. `CLOSED` indicates the vehicle has passed the task's designated stop. These states track the transition from unassigned or pending to a completed stage based on vehicle movement.\n"]]