TaskForm.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.
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.