canRetry property

bool get canRetry
inherited

Returns true if this job can be retried.

Implementation

bool get canRetry => attempts < maxRetries;