|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Component\Progress\AsyncRefreshInterval:
Collaboration diagram for ILIAS\UI\Component\Progress\AsyncRefreshInterval: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.