Used to indicate when the app is busy doing something. It uses the default indeterminite progress indicator
for the platorm.
Methods
(static) hideBusyIndicator()
Hide the busy indicator.
Example
sap.Online.hideBusyIndicator();
(static) showBusyIndicator()
Show the busy indicator.
Example
sap.Online.showBusyIndicator();