canRetry property

bool get canRetry

Returns true if this job can be retried.

Implementation

bool get canRetry => attempts < maxRetries;