ddLockDescribe
ddLockDescribe(b_lockId) =>t_message/ nil
Description
Fills a static string with a message.
Arguments
Value Returned
|
A message used by interactive programs to tell you why there is a delay in accessing a file. |
|
Examples
ddLockDescribe( myLibFileLock ) => "is currently locked by user
fabio(pid:1234)@cds3028 (age:10 sec)."
Return to top