retried property

int? retried
getter/setter pair

The number of times this task was retried.

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

Optional.

Implementation

core.int? retried;