TaskStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Status of the task. .. attribute:: attempt_dispatch_count
Output only. The number of attempts dispatched. This count includes attempts which have been dispatched but haven't received a response.
:type: int
Attributes
Name | Description |
attempt_response_count |
int
Output only. The number of attempts which have received a response. This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage]. |
first_attempt_status |
google.cloud.tasks_v2beta2.types.AttemptStatus
Output only. The status of the task's first attempt. Only dispatch_time will be set. The other AttemptStatus information is not retained by Cloud Tasks. This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage]. |
last_attempt_status |
google.cloud.tasks_v2beta2.types.AttemptStatus
Output only. The status of the task's last attempt. This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage]. |