# options

> Returns the option flags used to start the progress indicator.

## Definition

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

```csharp
public Progress.Options options { get; }
```

### Remarks

Additional Resources: [Progress.GetOptions](/engine/6000.7/script-reference/unityeditor/progress/getoptions.md), [Progress.Options](/engine/6000.7/script-reference/unityeditor/progress/options.md).
