[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Marks a statement block as a critical section by obtaining the mutual-exclusion lock for a given object, executing a statement, and then releasing the lock. [Property] [Methods] doLock=Sets up a lock block. ARG(Object obj)|1|0 onLock=Implements the body of the lock block. ARG(Object)|2|0 Object=Defines the object to lock. ARG(Object)|4|0