scheduler icon indicating copy to clipboard operation
scheduler copied to clipboard

Allow for immediate start

Open Woody1193 opened this issue 2 years ago • 0 comments

I would like to see an option to start a job immediately and then run afterword at a scheduled time.

Example: Run immediately, and thereafter every day at 8:00:00

scheduler.Every().Day().At("8:00:00").StartImmediately()

Run immediately, and thereafter every other hour

scheduler.Every(2).Hours().StartImmediately()

Woody1193 avatar Jul 20 '22 03:07 Woody1193