with

infix fun with(reason: String): Nothing

Skips the step with a string reason. Throws StepSkipSignal to immediately exit the step without compensation.


infix inline fun <E : Enum<E>> with(reason: E): Nothing

Skips the step with an enum reason (preserves enum instance). Throws StepSkipSignal to immediately exit the step without compensation.