crontabExpression property

String? crontabExpression

Gets the crontab expression as a repetition rule with seconds precision (if set to *, considers all possible values for the respective component as valid). For more information, please take a look at https://www.baeldung.com/cron-expressions

Implementation

String? get crontabExpression {
  return _crontabExpression;
}