Sometimes, when I launch a background task from the server console, I forget to assign the return value to a variable. That means I can then only check its status from the IDE. I can’t do so in the console.
I can run a comprehension over anvil.server.list_background_tasks but that’s not always easy depending on how many tasks are running and how many of those share the same name.
Could we perhaps have the task ID shown somewhere in the IDE?