---
title: "MutatePriority"
description: "Priorities for performing mutation on state.

[MutatePriority] values follow the natural ordering of `enum class` values; a value that compares
as `>` to another has a higher priority. A mutation of equal or greater priority will interrupt
the current mutation in progress."
type: "class"
---

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


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

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


```kotlin
enum class MutatePriority
```


Priorities for performing mutation on state.

`MutatePriority` values follow the natural ordering of `enum class` values; a value that compares
as `>` to another has a higher priority. A mutation of equal or greater priority will interrupt
the current mutation in progress.



