|
Whitebeam Template Reference Documentation
|
System Template
get()
Syntax
countIterator = rb.counter.get()
Parameters
The 'get' method takes no parameters
Results
The 'get' method returns an iterator of structure:
Remarks rb.semaphore.getThis method returns an iterator that will return all currently owned (locked) semaphore for
the clientID/instance that makes the call. Note this method takes no parameters. The method returns all semaphores locked for this client/instance The intended use of this method is primarily for debugging semaphore locking problems within an application. Note
that by using this method a debug script can unlock any semaphore. |
|
(loadtime : 72ms) |