pub fn progress_stage<T>(message: String, data: Option<T>)where T: 'static + Send + Sync,
Progresses the current stage.