ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Progress\AsyncRefreshInterval Interface Reference
+ 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...
 

Detailed Description

Author
Thibeau Fuhrer thibe.nosp@m.au@s.nosp@m.r.sol.nosp@m.utio.nosp@m.ns

Definition at line 24 of file AsyncRefreshInterval.php.

Member Function Documentation

◆ getRefreshIntervalInMs()

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.


The documentation for this interface was generated from the following file: