Constructor
new TimeLimitedBusyIndicator(options)
Create a busy indicator. The indicator is automatically added to the DOM. If the timeoutSeconds are > 0, then the end method must be called, otherwise the indicator will time out and the user will be offered the chance to navigate back in history or reload.
Parameters:
| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
- Implements:
- Source:
Methods
end()
End the busy indicator. If there is an associated timeout, this is cleared. Once called the instance has no further use and any references should be discarded.
- Implements:
- Source:
start()
Start the indicator. This should only be called once. Calling start multiple times results in an error being thrown.
- Implements:
- Source: