EaxAnalyzer.PeriodicalUpdateInterval

Syntax

PeriodicalUpdateInterval: String;

Description

The PeriodicalUpdateInterval property determines interval of express report periodic update.

Comments

Use JSON or the setPeriodicalUpdateInterval method to set the property value and the getPeriodicalUpdateInterval method to get the property value.

Periodic refresh interval determined by the property looks as: d.hh:mm:ss.xxx. If the string is empty, periodic refresh is disabled.

Example

Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Se3t up periodic refresh interval for express report:

report = expressBox.getSource();
// Determine periodic refresh interval
report.setPeriodicalUpdateInterval("0.01:30:00.000");

After executing the example periodic refresh interval is set up for express report.

See also:

EaxAnalyzer