# Start(string, int)

> Initializes the progress object.

## Definition

* **Type:** Method
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.5/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

```csharp
AsyncProgressState Start(string title, int total)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Title**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Number of steps

### Returns

| Type                                                                                                    | Description |
| ------------------------------------------------------------------------------------------------------- | ----------- |
| [AsyncProgressState](/engine/6000.5/script-reference/unity/projectauditor/editor/asyncprogressstate.md) |             |
