pub fn start_stage<T>(total_steps: u32, message: String, data: Option<T>)where T: 'static + Send + Sync,
Starts a new stage.