statementCanBeSummarized

fun statementCanBeSummarized(summarizable: Boolean)

Replace the boolean that indicates whether the current statement can be summarized into a sequence of LoadingEffects. It is set to true before executing a top-level statement, and set to false if an activity is performed that cannot be summarized.

Parameters

summarizable

The new value of the flag.


fun statementCanBeSummarized(): Boolean

Answer whether the current statement can be summarized into a sequence of LoadingEffects.

Return

The current value of the flag.