ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getRefreshIntervalInMs () | |
Returns a refresh interval (in ms) for Progress components which determines how frequently the State is fetched from the asynchronous endpoint. More... | |
Definition at line 24 of file AsyncRefreshInterval.php.
ILIAS\UI\Component\Progress\AsyncRefreshInterval::getRefreshIntervalInMs | ( | ) |
Returns a refresh interval (in ms) for Progress components which determines how frequently the State is fetched from the asynchronous endpoint.
Note: Requests do not stack; ongoing requests will skip the next inverval.
Implemented in ILIAS\UI\Implementation\Component\Progress\DefaultAsyncRefreshInterval.