State
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
حالة المهمة. يشير هذا إلى تقدم المهام.
عمليات التعداد |
STATE_UNSPECIFIED |
تلقائي: يتم استخدامه لحالة مهمة غير محدّدة أو غير معروفة. |
OPEN |
يبدو أنّه لم يتم بعد تخصيص المهمة لمركبة تسليم، أو أنّ مركبة التسليم لم تجتَز بعد محطة المركبة المخصّصة لبرنامج "Task ". |
CLOSED |
عند اجتياز المركبة محطة توقف المركبة لتنفيذ هذه المهمة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eTask state indicates the progress of a task, such as whether it's unassigned, in progress, or completed.\u003c/p\u003e\n"],["\u003cp\u003eTasks can have three states: \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e (default/unrecognized), \u003ccode\u003eOPEN\u003c/code\u003e (unassigned or not yet reached), and \u003ccode\u003eCLOSED\u003c/code\u003e (vehicle passed the task's stop).\u003c/p\u003e\n"]]],["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"],null,["# State\n\nThe state of a Task. This indicates the Tasks's progress.\n\n| Enums ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default. Used for an unspecified or unrecognized Task state. |\n| `OPEN` | Either the Task has not yet been assigned to a delivery vehicle, or the delivery vehicle has not yet passed the `Task`'s assigned vehicle stop. |\n| `CLOSED` | When the vehicle passes the vehicle stop for this Task. |"]]