isTruncated

abstract val isTruncated: Boolean

是否阻止下一个监听函数的执行。

这只会截断顺序执行的函数,而不会影响异步函数,异步函数也无法通过 isTruncated 对后续函数进行截断。