<< §5.2.(b) Imperative activation | ↑ Table of Contents ↑ |
§5.2.(c) Multiple and mixed activations
- If
activate()
is invoked on a team instance that has been explicitly activated before, this statement has no effect at all (note the difference in §5.3.(a) below).
The same applies to deactivating an inactive team. - If a team was already active when entering a
within
block, it will remain active after leaving the block. - If the team was active on entry of a
within
block and ifdeactivate()
is invoked on the same team instance from within thewithin
block, leaving the block will re-activate the team.
<< §5.2.(b) Imperative activation | ↑ Table of Contents ↑ |