delay property

Duration delay
final

Backoff backoff delay for the work.

The default value and the valid range is dependent on the native WorkManager. According to the documentation it defaults to 30 seconds, and will be clamped between 10 seconds and 5 hours.

Implementation

final Duration delay;