TaskForm.StopTaskProgress Method

Definition

Sends a start notification to the TaskForm.

protected:
 override void StopTaskProgress();
protected override void StopTaskProgress ();
override this.StopTaskProgress : unit -> unit
Protected Overrides Sub StopTaskProgress ()

Remarks

This method calls the UpdateTaskForm and Microsoft.Web.Management.Client.Win32.BaseTaskForm.StopTaskProgress methods.

This method is called by the Microsoft.Web.Management.Client.Win32.BaseTaskForm.DisplayErrorMessage method.

Applies to