leave property

  1. @protected
bool leave
getter/setter pair

Marks if the Bubble should be closed after the current running Step.

Should be used only inside of subclasses derived from Bubble.

Implementation

@protected
bool leave = false;