Property | Type | Description | |
---|---|---|---|
StepWeights | float[] |
Method | Description | |
---|---|---|
CalculateProgress ( float stepProgress ) : float |
Calculates the progress of this task.
|
|
NextStep ( ) : void |
Advances the current progress task to the next step.
|
|
ProgressCalcWeighted ( float stepWeights ) : System.Diagnostics | ||
ToString ( ) : string |
public CalculateProgress ( float stepProgress ) : float | ||
stepProgress | float | The progress of nested steps |
return | float |
public ProgressCalcWeighted ( float stepWeights ) : System.Diagnostics | ||
stepWeights | float | |
return | System.Diagnostics |