FluentScheduler
FluentScheduler copied to clipboard
fix: Stop scheduler from job action
If you call the scheduler stop method from the job method, then _task will still take the value of the new action, and true will be returned when checking for the Running state.