Hi - I have tried another Swift Cron SPM and it worked mostly ok, but you could not cancel a schedule.
That SPM created a cron interval correctly, and it started a task, using
queue.asyncAfter(deadline: .now() + getInterval()) { () -> () in
But, this cannot be cancelled. Does your SPM allow for cancelling a started task ?
Hi - I have tried another Swift Cron SPM and it worked mostly ok, but you could not cancel a schedule.
That SPM created a cron interval correctly, and it started a task, using
queue.asyncAfter(deadline: .now() + getInterval()) { () -> () in
But, this cannot be cancelled. Does your SPM allow for cancelling a started task ?