executeUntil property

DateTime? get executeUntil
inherited

Latest time to execute the action (for randomized scheduling)

Implementation

DateTime? get executeAfter;/// Latest time to execute the action (for randomized scheduling)
DateTime? get executeUntil;