|
Whitebeam Template Reference Documentation
|
rb.counter.count
Used as the result of rb.count.get iterator
Elements
The rb.counter.count struct has 6 elements:
Name | Type/Value | Range/Length | Description | name | string | | Required. The unique name of this counter. | timeout | number | | Required.
The duration of this counter before it is deleted by the system if not refreshed. A value of 0 means don't delete.
| remaining | number | | Required.
Amoung of time before this counter is goingto be deleted.
| value | number | | Required.
Amoung of time before this counter is goingto be deleted.
| oldValue | number | | Required.
Stores the previously held value for a variable. Allows Presentation Pages to determine whether
changes have taken place as a result of their call.
| lastDelta | number | | Required.
This value is set when the counter is returned as the result of an 'adjust' method and indicates the
size of the last change (value-oldValue).
|
|
|
(loadtime : 481ms) |