Cap
Cap copied to clipboard
Background Tasks system
At the moment we either scope things to happen inside a Tauri command, so their state is lost if their corresponding window is closed, or we spawn things into the ether without much visibility. For tasks like exporting and uploading we should be spawning them via a task system that provides access to task state and spawning from anywhere.