|
Whitebeam Template Reference Documentation
|
rb.semaphore.sem
Used as the result of rb.semaphore.get iterator
Elements
The rb.semaphore.sem struct has 5 elements:
Name | Type/Value | Range/Length | Description | name | string | | Required. The unique name of the semaphore currently locked. | description | string | | Required. The description logged against this semaphore. | ID | string | | Required. The current lock ID of this semaphore. Can be used (usually only in debug) to manually release a lock. | timeout | number | | Required.
The lock duration requested when the semaphore was locked.
| remaining | number | | Required.
Amoung of time before this semaphore is automatically release.
|
|
|
(loadtime : 80ms) |