handleFinally

open fun handleFinally(state: State): Boolean

Handles a finally block. Generally, you should use this to clean up resources.

Return

Whether the finally block was handled.

Parameters

state

The state to execute in.