Is there a way to see if a Schedule Job is Running?

I am doing a unschedule(myMethodName) call to remove no longer needed job but once it runs It doesn't make any sense for this line of code to run every time the app runs.

Is there a way to check if a method is scheduled?

1 Like

No way to check, and it's harmless to unschedule something not scheduled. Overhead for this is near zero.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.