pauseFlow

abstract fun pauseFlow(id: <Error class: unknown class>): Boolean

Schedule a flow to pause. The flow might run until the next suspension point before pausing.

Return

whether the flow was successfully scheduled to pause.