menu
kronix package
documentation
queue/database_driver.dart
SerializableJob
canRetry property
canRetry property
dark_mode
light_mode
canRetry
property
bool
get
canRetry
inherited
Returns true if this job can be retried.
Implementation
bool get canRetry => attempts < maxRetries;
kronix package
documentation
queue/database_driver
SerializableJob
canRetry property
SerializableJob mixin