<div class='type'>Function</div>


<a id='references'></a>


<h2 id="setprogress-label-action">setProgress</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun SemanticsPropertyReceiver.setProgress(label: String? = null, action: ((Float) -> Boolean)?)
```


Action to set the current value of the progress bar.

Expected to be used in conjunction with progressBarRangeInfo.

#### Parameters

| | |
| --- | --- |
| label | Optional label for this action. |
| action | Action to be performed when the `SemanticsActions.SetProgress` is called. |