public void EndProgress() { showProgress = false; ResetMessage(); progressFraction = 0; if (InitialSetup()) { return; } if (statusHandler.IsCurrentContext(this)) { statusBar.EndProgress(); } }