Function job_window

Source
fn job_window(ctx: &Context, title: &str, jobs: &[(Arc<Progress>, String)])
Expand description

Non-blocking progress window for background jobs (conversions, downloads): one row per job with a progress bar and Cancel. Draws nothing when there are no jobs.