handle Finally
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.
Handles a finally
block. Generally, you should use this to clean up resources.
Whether the finally
block was handled.
The state to execute in.