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