|
Whitebeam Template Reference Documentation
|
rb.counter Object Description (system Template)
Methods
rb.counter.set() |
undefined |
rb.counter.adjust() |
Call this method to adjust the value stored in this counter. The 'adjustment' value is *added* to the value currently stored in the counter. Note that
by making the adjustment value negative you can decrement the counter.
|
rb.counter.testAndSet() |
Call this method to set the value stored in a counter. The change only takes place if the counter
contains the 'testValue', or does not currently exist.
|
rb.counter.remove() |
Call this method to delete an existing counter.
|
rb.counter.value() |
Call this method to read the value of a counter
|
rb.counter.get() |
undefined |
Aggregate Types
|
|
(loadtime : 88ms) |