Don’t forget that you always can call
suspendProcessing(true);
// do something
suspendProcessing(false);
in the processor code to avoid any processing while loading something.
Don’t forget that you always can call
suspendProcessing(true);
// do something
suspendProcessing(false);
in the processor code to avoid any processing while loading something.