Constructor BuildProgress
BuildProgress(string, string, float)
Initialize a new instance of the BuildProgress class, which acts as a scoped progress indicator.
Declaration
public BuildProgress(string title, string info, float percent = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | Title of the progress indicator. |
| string | info | Information of the progress indicator. |
| float | percent | Completion percent of the progress indicator. |