Reference documentation and code samples for the Google Cloud Batch V1 Client class TaskExecution.
This Task Execution field includes detail information for
task execution procedures, based on StatusEvent types.
Generated from protobuf messagegoogle.cloud.batch.v1.TaskExecution
Namespace
Google \ Cloud \ Batch \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ exit_code
int
The exit code of a finished task. If the task succeeded, the exit code will be 0. If the task failed but not due to the following reasons, the exit code will be 50000. Otherwise, it can be from different sources: * * Batch known failures:https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes. * * Batch runnable execution failures; you can rely on Batch logs to further diagnose:https://cloud.google.com/batch/docs/analyze-job-using-logs. If there are multiple runnables failures, Batch only exposes the first error.
getExitCode
The exit code of a finished task.
If the task succeeded, the exit code will be 0. If the task failed but not
due to the following reasons, the exit code will be 50000.
Otherwise, it can be from different sources:
If the task succeeded, the exit code will be 0. If the task failed but not
due to the following reasons, the exit code will be 50000.
Otherwise, it can be from different sources:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Batch V1 Client - Class TaskExecution (1.2.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.2 (latest)](/php/docs/reference/cloud-batch/latest/V1.TaskExecution)\n- [1.2.1](/php/docs/reference/cloud-batch/1.2.1/V1.TaskExecution)\n- [1.1.7](/php/docs/reference/cloud-batch/1.1.7/V1.TaskExecution)\n- [1.0.3](/php/docs/reference/cloud-batch/1.0.3/V1.TaskExecution)\n- [0.17.0](/php/docs/reference/cloud-batch/0.17.0/V1.TaskExecution)\n- [0.16.10](/php/docs/reference/cloud-batch/0.16.10/V1.TaskExecution)\n- [0.15.0](/php/docs/reference/cloud-batch/0.15.0/V1.TaskExecution)\n- [0.14.0](/php/docs/reference/cloud-batch/0.14.0/V1.TaskExecution)\n- [0.13.1](/php/docs/reference/cloud-batch/0.13.1/V1.TaskExecution)\n- [0.12.1](/php/docs/reference/cloud-batch/0.12.1/V1.TaskExecution)\n- [0.11.3](/php/docs/reference/cloud-batch/0.11.3/V1.TaskExecution)\n- [0.10.0](/php/docs/reference/cloud-batch/0.10.0/V1.TaskExecution)\n- [0.9.0](/php/docs/reference/cloud-batch/0.9.0/V1.TaskExecution)\n- [0.8.0](/php/docs/reference/cloud-batch/0.8.0/V1.TaskExecution)\n- [0.7.0](/php/docs/reference/cloud-batch/0.7.0/V1.TaskExecution)\n- [0.6.0](/php/docs/reference/cloud-batch/0.6.0/V1.TaskExecution)\n- [0.5.2](/php/docs/reference/cloud-batch/0.5.2/V1.TaskExecution)\n- [0.4.0](/php/docs/reference/cloud-batch/0.4.0/V1.TaskExecution)\n- [0.3.0](/php/docs/reference/cloud-batch/0.3.0/V1.TaskExecution)\n- [0.2.2](/php/docs/reference/cloud-batch/0.2.2/V1.TaskExecution) \nReference documentation and code samples for the Google Cloud Batch V1 Client class TaskExecution.\n\nThis Task Execution field includes detail information for\ntask execution procedures, based on StatusEvent types.\n\nGenerated from protobuf message `google.cloud.batch.v1.TaskExecution`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Batch \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getExitCode\n\nThe exit code of a finished task.\n\nIf the task succeeded, the exit code will be 0. If the task failed but not\ndue to the following reasons, the exit code will be 50000.\nOtherwise, it can be from different sources:\n\n- Batch known failures: \u003chttps://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes\u003e.\n- Batch runnable execution failures; you can rely on Batch logs to further diagnose: \u003chttps://cloud.google.com/batch/docs/analyze-job-using-logs\u003e. If there are multiple runnables failures, Batch only exposes the first error.\n\n### setExitCode\n\nThe exit code of a finished task.\n\nIf the task succeeded, the exit code will be 0. If the task failed but not\ndue to the following reasons, the exit code will be 50000.\nOtherwise, it can be from different sources:\n\n- Batch known failures: \u003chttps://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes\u003e.\n- Batch runnable execution failures; you can rely on Batch logs to further diagnose: \u003chttps://cloud.google.com/batch/docs/analyze-job-using-logs\u003e. If there are multiple runnables failures, Batch only exposes the first error."]]