stopTransformation
Function
Common
suspend fun TransformableState.stopTransformation(
terminationPriority: MutatePriority = MutatePriority.Default
)
Stop and suspend until any ongoing TransformableState.transform
with priority
terminationPriority
or lower is terminated.
Parameters
terminationPriority | transformation that runs with this priority or lower will be stopped |