State
وضعیت یک وظیفه. این نشان دهنده پیشرفت Tasks است.
Enums |
---|
STATE_UNSPECIFIED | پیش فرض برای یک وضعیت وظیفه نامشخص یا ناشناخته استفاده می شود. |
OPEN | یا Task هنوز به وسیله نقلیه تحویلی اختصاص داده نشده است، یا وسیله نقلیه تحویلی هنوز از توقف خودروی تعیین شده توسط Task عبور نکرده است. |
CLOSED | هنگامی که وسیله نقلیه عبور می کند، وسیله نقلیه را برای این کار متوقف کنید. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-26 بهوقت ساعت هماهنگ جهانی."],[[["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"]]