MutatePriority

Class

Common
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.