Tablet Accessory User Manual
Conductor Script Commands
Appendix A Conductor Script Commands 297
RemoveReadLock
The RemoveReadLock command removes a read lock on the specified process
attribute.
RemoveReadLock process_id attribute_name
The RemoveReadLock command is available only when an engine is current, so you
must first use the
FindEngine Script command to set the current engine.
The
RemoveReadLock command lets you remove a read lock that remains due to
some unusual circumstance. Completing or aborting an activity should remove
any locks placed on a process attribute; however, if a session is unexpectedly
terminated, locks might remain in place.
RemoveWriteLock
The RemoveWriteLock command removes a write lock on the specified process
attribute.
RemoveWriteLock process_id attribute_name
The RemoveWriteLock command is available only when an engine is current, so
you must first use the
FindEngine Script command to set the current engine.
The
RemoveWriteLock command lets you remove a write lock that remains due to
some unusual circumstance. Completing or aborting an activity should remove
any locks placed on a process attribute; however, if a session is unexpectedly
terminated, locks might remain in place.
Argument Description
process_id The process instance of the specified attribute.
attribute_name The name of the process attribute that is locked.
Argument Description
process_id The process instance of the specified attribute.
attribute_name The name of the process attribute that is locked.