# totalSteps

> Returns the total number of steps, from start to finish, for this progress indicator.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public int totalSteps { get; }
```

### Remarks

Returns -1 if this indicator does not report progress in steps. To set the type of steps that the progress window displays, use [Progress.Item.SetStepLabel](/engine/6000.6/script-reference/unityeditor/progress/item/setsteplabel.md).

Additional Resources: [Progress.Item.Report](/engine/6000.6/script-reference/unityeditor/progress/item/report.md), currentStep, stepLabel, [Progress.Item.SetStepLabel](/engine/6000.6/script-reference/unityeditor/progress/item/setsteplabel.md).
