Method SetProgression
SetProgression(int, int)
Sets the progression of the promise.
Declaration
public void SetProgression(int currentStep, int totalSteps)
Parameters
| Type | Name | Description |
|---|---|---|
| int | currentStep | The index of the current step the promise is at. |
| int | totalSteps | The total number of steps of the promise. |