WizardForm.StopTaskProgress Method

Definition

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.

Applies to