Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
getSchedules liefert eigentlich alle vorhandenen Schedules. Warum bei Astro-Schedules nicht?
schedule({ astro: 'sunset', shift: 10 }, () => { log("10 minutes after sunset!"); }); setTimeout(function(){ log(getSchedules()) },2000)
@mcu Schon gefunden
Returns the list of all CRON jobs and schedules (except astro). Argument must be true if you want to get the list for every running script.