Property | Type | Description | |
---|---|---|---|
GetDone | bool | ||
GetDoneCount | int | ||
GetInterestingInfo | string | ||
GetProgress | double | ||
GetProgressInternal | double | ||
GetSpeed | long? | ||
GetSpeedInternal | long? | ||
GetStatusText | string |
Method | Description | |
---|---|---|
AddComponents ( IReadOnlyCollection |
||
ProgressContainer ( string title, int weight = 1 ) : System | ||
RemoveComponents ( IReadOnlyCollection |
Method | Description | |
---|---|---|
GetDone ( ) : bool | ||
GetDoneCount ( ) : int | ||
GetInterestingInfo ( ) : string | ||
GetProgress ( ) : double | ||
GetProgressInternal ( ) : double | ||
GetSpeed ( ) : long? | ||
GetSpeedInternal ( ) : long? | ||
GetStatusText ( ) : string |
public AddComponents ( IReadOnlyCollection |
||
components | IReadOnlyCollection |
|
return | void |
public ProgressContainer ( string title, int weight = 1 ) : System | ||
title | string | |
weight | int | |
return | System |
public RemoveComponents ( IReadOnlyCollection |
||
components | IReadOnlyCollection |
|
return | void |