Share via


TaskForm.StartTaskProgress Method

Definition

Sends a start notification to the TaskForm object.

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

Remarks

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

The Microsoft.Web.Management.Client.Win32.ModulePage.StartAsyncTask method calls the StartTaskProgress method after the background worker thread has been started.

Applies to