Currently PADE does not have a method to block the behaviour execution. In the context of a CyclicBehaviour, the behaviour will run the operations without suspension, increasing the use of computer processing.
A block message to suspend the behaviour for some time or while some operation not happens (like, a new message arrive in the message stack) is necessary to avoid this situation.
Currently PADE does not have a method to block the behaviour execution. In the context of a
CyclicBehaviour, the behaviour will run the operations without suspension, increasing the use of computer processing.A
blockmessage to suspend the behaviour for some time or while some operation not happens (like, a new message arrive in the message stack) is necessary to avoid this situation.