showBusy

Makes a busy indicator appear when set to true.

Interface

PODSWindow

IDL definition
attribute PODSBoolean showBusy;
JavaScript synopsis
window.showBusy
window.showBusy = bool;
C synopsis
PODSBoolean PODSgetShowBusy(PODSWindow* window)
void PODSsetShowBusy(
  PODSWindow* window,
  PODSBoolean bool
)
Parameters
  • window   The PODSWindow object.

  • bool   [in] The state to set: PODS_TRUE or PODS_FALSE.

Returns

Getter: PODS_TRUE if showBusy is set to PODS_TRUE; PODS_FALSE otherwise.

Setter: None

Remarks

The showBusy attribute is automatically set to PODS_FALSE at the end of any eventhandler (onclick, onload, etc.).