# GetOptions(int)

> Gets the options that you specified when you started the progress indicator.

## Definition

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

```csharp
public static Progress.Options GetOptions(int id)
```

### Parameters

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

### Returns

| Type                                                                       | Description                            |
| -------------------------------------------------------------------------- | -------------------------------------- |
| [Options](/engine/6000.5/script-reference/unityeditor/progress/options.md) | The progress indicator's option flags. |
