cronexpr icon indicating copy to clipboard operation
cronexpr copied to clipboard

Could the `expression` field of `Expression` structs be readable somehow?

Open jameshiew opened this issue 7 years ago • 0 comments
trafficstars

e.g. via a GetCronLine() method or similar

Even though the constructor of an Expression struct necessarily knows the raw cron expression, it would be useful when passing things around to have just the one struct rather than the struct + the cron expression string, in cases where this is necessary to do.

jameshiew avatar Oct 09 '18 13:10 jameshiew