sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.exception
/
ExceptionCatcher
/
finallyRun
finally
Run
abstract
fun
finallyRun
(
action
:
(
)
->
Unit
)
无论有没有异常都会执行, 相当于 java 的 finally 代码块.
Receiver
Parameters
action
代码正常执行或者异常执行都会执行