Blocking/non-blocking for nanoflows

0
Is there a way to achieve the blocking/non-blocking for nanoflow? as like it is available in Microflow. This would prevent unwanted actions to occur before the nanoflow is completed.
asked
1 answers
8

Use the ShowProgress and HideProgress javascripts actions from the NanoflowCommons module for this. 

You can configure blocking/non-blocking and a message.

answered