How can I show and hide the default "work in progress"-spinner animation in SAP Commerce Cloud Backoffice via Java?
Is there an existing method for this?
You can use the following :
To display the spinner :
Clients.evalJavaScript("zAu.cmd0.showBusy();");
To hide the spinner :
Clients.evalJavaScript("zAu.cmd0.clearBusy();");