IBM Worklight v5.0.5 > API reference > IBM Worklight client-side API > JavaScript client-side API > WL.BusyIndicator (object)Show and Hide the Busy Indicator
Methods of WL.BusyIndicator
After the indicator is instantiated with a constructor, you can use the following functions:
To show the busy indicator:
busyInd.show();
To hide the busy indicator:
busyInd.hide();
To test whether the busy indicator is visible:
if (busyInd.isVisible()) {…};
Parent WL.BusyIndicator (object)