# Advance(AsyncProgressState, string)

> Advances the progress object by one step.

## Definition

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

```csharp
void Advance(AsyncProgressState state, string description = "")
```

### Parameters

**** (\[AsyncProgressState]\(/engine/6000.6/script-reference/unity/projectauditor/editor/asyncprogressstate)): The state data returned by Start**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Updated message
