# SetDescription(int, string)

> Sets the progress indicator's description. To clear the description pass null.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static void SetDescription(int id, string description)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The progress indicator's unique ID.**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The progress indicator's new description.
