Function

stopTransformation

Stop and suspend until any ongoing TransformableState.transform with priority terminationPriority or lower is terminated.

stopTransformation

Source set: 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

Last updated: