pub fn make_change_with_progress( id: &str, module_id: Option<&str>, total: usize, complete: usize, ) -> Change
Create a Change with a specific module and task progress.
Change