I would like to get the scheduled tasks list from a controller. Some packages, articles and even StackOverflow explain how to display it from a command, but I did not found how to do it without a command. My goal is to get an array of scheduled task with their date and description.
Is there a way to get the scheduled task as an array (or an object list, or anything that can be easily handled) from a controller?