status abstract method
Returns the current status of all scheduled tasks.
Example output:
[
{ "name": "cleanup_job", "running": true, "nextRun": "2025-07-18T12:00:00Z" },
{ "name": "daily_report", "running": false }
]
Implementation
List<Map<String, dynamic>> status();