make_change_with_progress

Function make_change_with_progress 

Source
pub fn make_change_with_progress(
    id: &str,
    module_id: Option<&str>,
    total: usize,
    complete: usize,
) -> Change
Expand description

Create a Change with a specific module and task progress.