This primitive exists only for backwards compatibility. We don't recommend using it in new models.
The agent runs all the commands in the block without allowing other agents using ask-concurrent
to "interrupt". That is, other agents are put "on hold" and do not run any commands until the commands in the block are finished.
Note: This command is only useful in conjunction with ask-concurrent
.
See also ask-concurrent.
Take me to the full NetLogo Dictionary