menu
kronix package
documentation
queue/job.dart
Job
attempts property
attempts property
dark_mode
light_mode
attempts
property
int
attempts
getter/setter pair
How many times this job has been attempted so far.
Implementation
int attempts = 0;
kronix package
documentation
queue/job
Job
attempts property
Job class