State
حالة المهمة. يشير هذا إلى تقدم المهام.
عمليات التعداد |
STATE_UNSPECIFIED |
تلقائي: يتم استخدامه لحالة مهمة غير محدّدة أو غير معروفة. |
OPEN |
يبدو أنّه لم يتم بعد تخصيص المهمة لمركبة تسليم، أو أنّ مركبة التسليم لم تجتَز بعد محطة المركبة المخصّصة لبرنامج "Task ". |
CLOSED |
عند اجتياز المركبة محطة توقف المركبة لتنفيذ هذه المهمة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-07-24 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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"]]