SetGroupletTimer method: Field class
Syntax
SetGroupletTimer(time_in_seconds)
Description
Use the SetGroupletTimer method to set the time in seconds after which the grouplet or tile will be refreshed with the source content.
Important:
Use this method within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
time_in_seconds |
Specifies the time in seconds after which the tile is refreshed with the source content, as an integer value. |
Returns
None.
Example
&rec.GROUPLET.SetGroupletTimer(100);
Related Topics