BatchProcessingStatus
حالة العملية المجمعة. ويوضّح هذا التقرير ما إذا كانت العملية المجمّعة لا تزال في انتظار المراجعة أو قيد التقدم أو منتهية.
عمليات التعداد |
BATCH_PROCESS_PENDING |
Pending. |
BATCH_PROCESS_IN_PROGRESS |
قيد التقدم. |
BATCH_PROCESS_PROCESSED |
تمت المعالجة. ولا يعني ذلك أنّه تمّت معالجة كلّ السلع بنجاح، ويجب التحقّق من الحقل response للاطّلاع على نتيجة كلّ سلعة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-07 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-07 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The batch process can have three statuses: pending, in progress, or processed."],["`BATCH_PROCESS_PENDING` indicates that the batch process is waiting to start."],["`BATCH_PROCESS_IN_PROGRESS` signifies that the batch process is currently running."],["`BATCH_PROCESS_PROCESSED` means the batch process has finished, but the `response` field for each item should be checked for successful completion."]]],["The document outlines the status of a batch process, which can be `BATCH_PROCESS_PENDING`, indicating the process is waiting to start; `BATCH_PROCESS_IN_PROGRESS`, meaning the process is currently running; or `BATCH_PROCESS_PROCESSED`, signifying completion. Completion does not guarantee success for all items within the batch. The `response` field must be consulted to verify the result of each individual item's processing.\n"]]