executeUntil property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get executeUntil
inherited

Latest time to execute the action (for randomized scheduling)

Implementation

@JsonKey(toJson: iso8601) DateTime? get executeAfter;/// Latest time to execute the action (for randomized scheduling)
@JsonKey(toJson: iso8601) DateTime? get executeUntil;