Method | Description | |
---|---|---|
CalculateProgress ( float stepProgress ) : float |
Calculates the progress of this task.
|
|
NextStep ( ) : void |
Advances the current progress task to the next step.
|
|
ProgressCalcFixed ( int stepCount ) : System.Diagnostics | ||
ToString ( ) : string |
public CalculateProgress ( float stepProgress ) : float | ||
stepProgress | float | The progress of nested steps |
return | float |
public ProgressCalcFixed ( int stepCount ) : System.Diagnostics | ||
stepCount | int | |
return | System.Diagnostics |