Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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