Share via


BaseTaskForm.StopTaskProgress Method

Definition

Sets the cursor to the default value and enables the Content View page in IIS Manager.

protected:
 virtual void StopTaskProgress();
protected virtual void StopTaskProgress ();
abstract member StopTaskProgress : unit -> unit
override this.StopTaskProgress : unit -> unit
Protected Overridable Sub StopTaskProgress ()

Examples

The following example overrides the StopTaskProgress method.

protected override void StopTaskProgress() {
    base.StopTaskProgress();

    MyStopTaskProgress();

    InvalidateTask( true);
}

Remarks

The following members call the StopTaskProgress method:

Applies to