WaitDialog.WorkProcessed Property

 

Gets or sets the portion of work that has been completed.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public int WorkProcessed { get; set; }
public:
property int WorkProcessed {
    int get();
    void set(int value);
}
member WorkProcessed : int with get, set
Public Property WorkProcessed As Integer

Property Value

Type: System.Int32

The work completed

See Also

TotalWork
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top