WizardForm.StopTaskProgress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stops the progress bar.
protected:
override void StopTaskProgress();
protected override void StopTaskProgress ();
override this.StopTaskProgress : unit -> unit
Protected Overrides Sub StopTaskProgress ()
Remarks
You can customize the StopTaskProgress method if you implement it in your code. If you do not implement it, a call to <xref:System.Web.Management.Client.Win32.BaseTaskForm.StopTaskProgress%2A?displayProperty=fullName> will stop the progress bar without any customization.