retried property

int? retried
getter/setter pair

The number of times this Task was retried.

Tasks are retried when they fail up to the maxRetries limit.

Output only.

Implementation

core.int? retried;