Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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
namestring  Required. The unique name of the semaphore currently locked.
descriptionstring  Required. The description logged against this semaphore.
IDstring  Required. The current lock ID of this semaphore. Can be used (usually only in debug) to manually release a lock.
timeoutnumber  Required. The lock duration requested when the semaphore was locked.
remainingnumber  Required. Amoung of time before this semaphore is automatically release.

Whitebeam release 1.3.36
(loadtime : 58ms)